Class TVolumeEmitterNode

Unit

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

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;
Public property FdInternal: TSFBool read FFdInternal;
Public property Internal: Boolean read GetInternal write SetInternal;

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.

Public property FdInternal: TSFBool read FFdInternal;

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

Public property Internal: Boolean read GetInternal write SetInternal;
 

Generated by PasDoc 0.16.0.