Class TPositionChaser2DNode
Unit
X3DNodes
Declaration
type TPositionChaser2DNode = class(TAbstractChaserNode)
Description
No description available, ancestor TAbstractChaserNode description follows No description available, ancestor TAbstractFollowerNode description follows No description available, ancestor 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: TSFVec2fEvent read FEventSet_destination; |
|
 |
property EventValue_changed: TSFVec2fEvent read FEventValue_changed; |
|
 |
property FdInitialDestination: TSFVec2f read FFdInitialDestination; |
|
 |
property FdInitialValue: TSFVec2f read FFdInitialValue; |
|
 |
property InitialDestination: TVector2 read GetInitialDestination write SetInitialDestination; |
|
 |
property InitialValue: TVector2 read GetInitialValue write SetInitialValue; |
|
Generated by PasDoc 0.15.0.
|