Class TVolumeEmitterNode
Unit
X3DNodes
Declaration
type TVolumeEmitterNode = class(TAbstractParticleEmitterNode)
Description
No description available, ancestor TAbstractParticleEmitterNode description follows
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
procedure SetCoordIndex(const Value: array of LongInt); overload; |
|
|
procedure SetCoordIndex(const Value: TLongIntList); overload; |
|
Properties
|
property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex; |
|
|
property FdCoord: TSFNode read FFdCoord; |
Internal wrapper for property Coord. This wrapper API may change, we advise to access simpler Coord instead.
|
|
property FdDirection: TSFVec3f read FFdDirection; |
Internal wrapper for property Direction. This wrapper API may change, we advise to access simpler Direction instead.
|
|
property Direction: TVector3 read GetDirection write SetDirection; |
|
|
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
Internal wrapper for property CoordIndex . This wrapper API may change, we advise to access simpler CoordIndex instead.
|
|
property FdInternal: TSFBool read FFdInternal; |
Internal wrapper for property Internal. This wrapper API may change, we advise to access simpler Internal instead.
|
|
property Internal: Boolean read GetInternal write SetInternal; |
|
Generated by PasDoc 0.16.0.