Class TPositionChaser2DNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPositionChaser2DNode = 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

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property EventSet_destination: TSFVec2fEvent read FEventSet_destination;
Public property EventSet_value: TSFVec2fEvent read FEventSet_value;
Public property EventValue_changed: TSFVec2fEvent read FEventValue_changed;
Public property FdInitialDestination: TSFVec2f read FFdInitialDestination;
Public property FdInitialValue: TSFVec2f read FFdInitialValue;
Public property InitialDestination: TVector2Single read GetInitialDestination write SetInitialDestination;
Public property InitialValue: TVector2Single read GetInitialValue write SetInitialValue;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property EventSet_destination: TSFVec2fEvent read FEventSet_destination;
 
Public property EventSet_value: TSFVec2fEvent read FEventSet_value;
 
Public property EventValue_changed: TSFVec2fEvent read FEventValue_changed;
 
Public property FdInitialDestination: TSFVec2f read FFdInitialDestination;
 
Public property FdInitialValue: TSFVec2f read FFdInitialValue;
 
Public property InitialDestination: TVector2Single read GetInitialDestination write SetInitialDestination;
 
Public property InitialValue: TVector2Single read GetInitialValue write SetInitialValue;
 

Generated by PasDoc 0.14.0.