Class TAbstractParticleEmitterNode
Unit
Declaration
type TAbstractParticleEmitterNode = class(TAbstractNode)
Description
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractParticleEmitterNode
Overview
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdSpeed: TSFFloat read FFdSpeed; |
![]() |
property FdVariation: TSFFloat read FFdVariation; |
![]() |
property FdMass: TSFFloat read FFdMass; |
![]() |
property FdSurfaceArea: TSFFloat read FFdSurfaceArea; |
![]() |
property Speed: Single read GetSpeed write SetSpeed; |
![]() |
property Variation: Single read GetVariation write SetVariation; |
![]() |
property Mass: Single read GetMass write SetMass; |
![]() |
property SurfaceArea: Single read GetSurfaceArea write SetSurfaceArea; |
Description
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdSpeed: TSFFloat read FFdSpeed; |
![]() |
property FdVariation: TSFFloat read FFdVariation; |
![]() |
property FdMass: TSFFloat read FFdMass; |
![]() |
property FdSurfaceArea: TSFFloat read FFdSurfaceArea; |
![]() |
property Speed: Single read GetSpeed write SetSpeed; |
![]() |
property Variation: Single read GetVariation write SetVariation; |
![]() |
property Mass: Single read GetMass write SetMass; |
![]() |
property SurfaceArea: Single read GetSurfaceArea write SetSurfaceArea; |
Generated by PasDoc 0.16.0.
