Class TParticleSystemNodeHelper
Unit
X3DNodes
Declaration
type TParticleSystemNodeHelper = class helper(TObject) for TParticleSystemNode
Description
Hierarchy
- TObject
- TParticleSystemNodeHelper
Overview
Properties
 |
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: TVector2Single read GetParticleSize write SetParticleSize; |
Description
Properties
 |
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: TVector2Single read GetParticleSize write SetParticleSize; |
|
Generated by PasDoc 0.14.0.
|