Class TParticleSystemNode
Unit
Declaration
type TParticleSystemNode = class(TAbstractShapeNode)
Description
No description available, ancestor TAbstractShapeNode description follows
Base node type for all Shape nodes.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractShapeNode
- TParticleSystemNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetColorKey(const Value: array of Single); |
![]() |
procedure SetColorKey(const Value: TSingleList); |
![]() |
procedure SetPhysics(const Value: array of TAbstractParticlePhysicsModelNode); |
![]() |
procedure SetTexCoordKey(const Value: array of Single); |
![]() |
procedure SetTexCoordKey(const Value: TSingleList); |
Properties
![]() |
property FdCreateParticles: TSFBool read FFdCreateParticles; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
![]() |
property FdLifetimeVariation: TSFFloat read FFdLifetimeVariation; |
![]() |
property FdMaxParticles: TSFInt32 read FFdMaxParticles; |
![]() |
property FdParticleLifetime: TSFFloat read FFdParticleLifetime; |
![]() |
property FdParticleSize: TSFVec2f read FFdParticleSize; |
![]() |
property EventIsActive: TSFBoolEvent read FEventIsActive; |
![]() |
property FdColorRamp: TSFNode read FFdColorRamp; |
![]() |
property FdColorKey: TMFFloat read FFdColorKey; |
![]() |
property FdEmitter: TSFNode read FFdEmitter; |
![]() |
property FdGeometryType: TSFString read FFdGeometryType; |
![]() |
property FdPhysics: TMFNode read FFdPhysics; |
![]() |
property FdTexCoordRamp: TSFNode read FFdTexCoordRamp; |
![]() |
property FdTexCoordKey: TMFFloat read FFdTexCoordKey; |
![]() |
property CreateParticles: Boolean read GetCreateParticles write SetCreateParticles; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property LifetimeVariation: Single read GetLifetimeVariation write SetLifetimeVariation; |
![]() |
property MaxParticles: Integer read GetMaxParticles write SetMaxParticles; |
![]() |
property ParticleLifetime: Single read GetParticleLifetime write SetParticleLifetime; |
![]() |
property ParticleSize: TVector2 read GetParticleSize write SetParticleSize; |
![]() |
property ColorRamp: TAbstractColorNode read GetColorRamp write SetColorRamp; |
![]() |
property Emitter: TAbstractParticleEmitterNode read GetEmitter write SetEmitter; |
![]() |
property TexCoordRamp: TTextureCoordinateNode read GetTexCoordRamp write SetTexCoordRamp; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetColorKey(const Value: array of Single); |
![]() |
procedure SetColorKey(const Value: TSingleList); |
![]() |
procedure SetPhysics(const Value: array of TAbstractParticlePhysicsModelNode); |
![]() |
procedure SetTexCoordKey(const Value: array of Single); |
![]() |
procedure SetTexCoordKey(const Value: TSingleList); |
Properties
![]() |
property FdCreateParticles: TSFBool read FFdCreateParticles; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
![]() |
property FdLifetimeVariation: TSFFloat read FFdLifetimeVariation; |
![]() |
property FdMaxParticles: TSFInt32 read FFdMaxParticles; |
![]() |
property FdParticleLifetime: TSFFloat read FFdParticleLifetime; |
![]() |
property FdParticleSize: TSFVec2f read FFdParticleSize; |
![]() |
property EventIsActive: TSFBoolEvent read FEventIsActive; |
![]() |
property FdColorRamp: TSFNode read FFdColorRamp; |
![]() |
property FdColorKey: TMFFloat read FFdColorKey; |
![]() |
property FdEmitter: TSFNode read FFdEmitter; |
![]() |
property FdGeometryType: TSFString read FFdGeometryType; |
![]() |
property FdPhysics: TMFNode read FFdPhysics; |
![]() |
property FdTexCoordRamp: TSFNode read FFdTexCoordRamp; |
![]() |
property FdTexCoordKey: TMFFloat read FFdTexCoordKey; |
![]() |
property CreateParticles: Boolean read GetCreateParticles write SetCreateParticles; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property LifetimeVariation: Single read GetLifetimeVariation write SetLifetimeVariation; |
![]() |
property MaxParticles: Integer read GetMaxParticles write SetMaxParticles; |
![]() |
property ParticleLifetime: Single read GetParticleLifetime write SetParticleLifetime; |
![]() |
property ParticleSize: TVector2 read GetParticleSize write SetParticleSize; |
![]() |
property ColorRamp: TAbstractColorNode read GetColorRamp write SetColorRamp; |
![]() |
property Emitter: TAbstractParticleEmitterNode read GetEmitter write SetEmitter; |
![]() |
property TexCoordRamp: TTextureCoordinateNode read GetTexCoordRamp write SetTexCoordRamp; |
Generated by PasDoc 0.16.0.
