Class TParticleSystemNode

Unit

Declaration

type TParticleSystemNode = class(TAbstractShapeNode)

Description

No description available, ancestor TAbstractShapeNode description follows

Base node type for all Shape nodes.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetColorKey(const Value: array of Single); overload;
Public procedure SetColorKey(const Value: TSingleList); overload;
Public procedure SetPhysics(const Value: array of TAbstractParticlePhysicsModelNode);
Public procedure SetTexCoordKey(const Value: array of Single); overload;
Public procedure SetTexCoordKey(const Value: TSingleList); overload;

Properties

Public property FdCreateParticles: TSFBool read FFdCreateParticles;
Public property CreateParticles: Boolean read GetCreateParticles write SetCreateParticles;
Public property FdEnabled: TSFBool read FFdEnabled;
Public property Enabled: Boolean read GetEnabled write SetEnabled;
Public property FdLifetimeVariation: TSFFloat read FFdLifetimeVariation;
Public property LifetimeVariation: Single read GetLifetimeVariation write SetLifetimeVariation;
Public property FdMaxParticles: TSFInt32 read FFdMaxParticles;
Public property MaxParticles: Integer read GetMaxParticles write SetMaxParticles;
Public property FdParticleLifetime: TSFFloat read FFdParticleLifetime;
Public property ParticleLifetime: Single read GetParticleLifetime write SetParticleLifetime;
Public property FdParticleSize: TSFVec2f read FFdParticleSize;
Public property ParticleSize: TVector2 read GetParticleSize write SetParticleSize;
Public property EventIsActive: TSFBoolEvent read FEventIsActive;
Public property FdColorRamp: TSFNode read FFdColorRamp;
Public property ColorRamp: TAbstractColorNode read GetColorRamp write SetColorRamp;
Public property FdColorKey: TMFFloat read FFdColorKey;
Public property FdEmitter: TSFNode read FFdEmitter;
Public property Emitter: TAbstractParticleEmitterNode read GetEmitter write SetEmitter;
Public property FdGeometryType: TSFStringEnum read FFdGeometryType;
Public property GeometryType: TParticlesGeometry read GetGeometryType write SetGeometryType;
Public property FdPhysics: TMFNode read FFdPhysics;
Public property FdTexCoordRamp: TSFNode read FFdTexCoordRamp;
Public property TexCoordRamp: TTextureCoordinateNode read GetTexCoordRamp write SetTexCoordRamp;
Public property FdTexCoordKey: TMFFloat read FFdTexCoordKey;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetColorKey(const Value: array of Single); overload;
 
Public procedure SetColorKey(const Value: TSingleList); overload;
 
Public procedure SetPhysics(const Value: array of TAbstractParticlePhysicsModelNode);
 
Public procedure SetTexCoordKey(const Value: array of Single); overload;
 
Public procedure SetTexCoordKey(const Value: TSingleList); overload;
 

Properties

Public property FdCreateParticles: TSFBool read FFdCreateParticles;

Internal wrapper for property CreateParticles. This wrapper API may change, we advise to access simpler CreateParticles instead.

Public property CreateParticles: Boolean read GetCreateParticles write SetCreateParticles;
 
Public property FdEnabled: TSFBool read FFdEnabled;

Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.

Public property Enabled: Boolean read GetEnabled write SetEnabled;
 
Public property FdLifetimeVariation: TSFFloat read FFdLifetimeVariation;

Internal wrapper for property LifetimeVariation. This wrapper API may change, we advise to access simpler LifetimeVariation instead.

Public property LifetimeVariation: Single read GetLifetimeVariation write SetLifetimeVariation;
 
Public property FdMaxParticles: TSFInt32 read FFdMaxParticles;

Internal wrapper for property MaxParticles. This wrapper API may change, we advise to access simpler MaxParticles instead.

Public property MaxParticles: Integer read GetMaxParticles write SetMaxParticles;
 
Public property FdParticleLifetime: TSFFloat read FFdParticleLifetime;

Internal wrapper for property ParticleLifetime. This wrapper API may change, we advise to access simpler ParticleLifetime instead.

Public property ParticleLifetime: Single read GetParticleLifetime write SetParticleLifetime;
 
Public property FdParticleSize: TSFVec2f read FFdParticleSize;

Internal wrapper for property ParticleSize. This wrapper API may change, we advise to access simpler ParticleSize instead.

Public property ParticleSize: TVector2 read GetParticleSize write SetParticleSize;
 
Public property EventIsActive: TSFBoolEvent read FEventIsActive;
 
Public property FdColorRamp: TSFNode read FFdColorRamp;

Internal wrapper for property ColorRamp. This wrapper API may change, we advise to access simpler ColorRamp instead.

Public property ColorRamp: TAbstractColorNode read GetColorRamp write SetColorRamp;
 
Public property FdColorKey: TMFFloat read FFdColorKey;

Internal wrapper for property ColorKey. This wrapper API may change, we advise to access simpler ColorKey instead.

Public property FdEmitter: TSFNode read FFdEmitter;

Internal wrapper for property Emitter. This wrapper API may change, we advise to access simpler Emitter instead.

Public property Emitter: TAbstractParticleEmitterNode read GetEmitter write SetEmitter;
 
Public property FdGeometryType: TSFStringEnum read FFdGeometryType;

Internal wrapper for property GeometryType. This wrapper API may change, we advise to access simpler GeometryType instead.

Public property GeometryType: TParticlesGeometry read GetGeometryType write SetGeometryType;
 
Public property FdPhysics: TMFNode read FFdPhysics;

Internal wrapper for property Physics. This wrapper API may change, we advise to access simpler Physics instead.

Public property FdTexCoordRamp: TSFNode read FFdTexCoordRamp;

Internal wrapper for property TexCoordRamp. This wrapper API may change, we advise to access simpler TexCoordRamp instead.

Public property TexCoordRamp: TTextureCoordinateNode read GetTexCoordRamp write SetTexCoordRamp;
 
Public property FdTexCoordKey: TMFFloat read FFdTexCoordKey;

Internal wrapper for property TexCoordKey. This wrapper API may change, we advise to access simpler TexCoordKey instead.


Generated by PasDoc 0.16.0.