Class TPositionChaserNode
Unit
X3DNodes
Declaration
type TPositionChaserNode = class(TAbstractChaserNode)
Description
no description available, TAbstractChaserNode description follows no description available, TAbstractFollowerNode description follows no description available, TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractX3DGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property EventSet_destination: TSFVec3fEvent read FEventSet_destination; |
|
|
 |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
|
|
 |
property FdInitialDestination: TSFVec3f read FFdInitialDestination; |
|
|
 |
property FdInitialValue: TSFVec3f read FFdInitialValue; |
|
|
 |
property InitialDestination: TVector3Single read GetInitialDestination write SetInitialDestination; |
|
|
 |
property InitialValue: TVector3Single read GetInitialValue write SetInitialValue; |
|
|
Generated by PasDoc 0.14.0.
|