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

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
Public procedure SetCoordIndex(const Value: TLongIntList); overload;

Properties

Public property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex;
Public property FdCoord: TSFNode read FFdCoord;
Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
Public property FdDirection: TSFVec3f read FFdDirection;
Public property Direction: TVector3 read GetDirection write SetDirection;
Public property FdCoordIndex: TMFInt32 read FFdCoordIndex;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
 
Public procedure SetCoordIndex(const Value: TLongIntList); overload;
 

Properties

Public property EventSet_coordIndex: TMFInt32Event read FEventSet_coordIndex;
 
Public property FdCoord: TSFNode read FFdCoord;

Internal wrapper for property Coord. This wrapper API may change, we advise to access simpler Coord instead.

Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
 
Public property FdDirection: TSFVec3f read FFdDirection;

Internal wrapper for property Direction. This wrapper API may change, we advise to access simpler Direction instead.

Public property Direction: TVector3 read GetDirection write SetDirection;
 
Public property FdCoordIndex: TMFInt32 read FFdCoordIndex;

Internal wrapper for property CoordIndex. This wrapper API may change, we advise to access simpler CoordIndex instead.


Generated by PasDoc 0.16.0.