Class TPolylineEmitterNode
Unit
Declaration
type TPolylineEmitterNode = 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
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractParticleEmitterNode
- TPolylineEmitterNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetCoordIndex(const Value: array of LongInt); |
![]() |
procedure SetCoordIndex(const Value: TLongIntList); |
Properties
![]() |
property EventSet_coordinate: TSFInt32Event read FEventSet_coordinate; |
![]() |
property FdCoord: TSFNode read FFdCoord; |
![]() |
property FdDirection: TSFVec3f read FFdDirection; |
![]() |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
![]() |
property Coord: TAbstractCoordinateNode read GetCoord write SetCoord; |
![]() |
property Direction: TVector3 read GetDirection write SetDirection; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetCoordIndex(const Value: array of LongInt); |
![]() |
procedure SetCoordIndex(const Value: TLongIntList); |
Properties
![]() |
property EventSet_coordinate: TSFInt32Event read FEventSet_coordinate; |
![]() |
property FdCoord: TSFNode read FFdCoord; |
![]() |
property FdDirection: TSFVec3f read FFdDirection; |
![]() |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
![]() |
property Coord: TAbstractCoordinateNode read GetCoord write SetCoord; |
![]() |
property Direction: TVector3 read GetDirection write SetDirection; |
Generated by PasDoc 0.16.0.
