Class TParticleSystemNode
Unit
X3DNodes
Declaration
type TParticleSystemNode = class(TAbstractShapeNode)
Description
No description available, ancestor TAbstractShapeNode description follows
Base node type for all Shape nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetColorKey(const Value: array of Single); |
|
 |
procedure SetTexCoordKey(const Value: array of Single); |
|
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 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; |
|
Generated by PasDoc 0.15.0.
|