Class TOrientationDamperNode
Unit
Declaration
type TOrientationDamperNode = class(TAbstractDamperNode)
Description
No description available, ancestor TAbstractDamperNode 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
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractFollowerNode
- TAbstractDamperNode
- TOrientationDamperNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property EventSet_destination: TSFRotationEvent read FEventSet_destination; |
![]() |
property EventSet_value: TSFRotationEvent read FEventSet_value; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
![]() |
property FdInitialDestination: TSFRotation read FFdInitialDestination; |
![]() |
property FdInitialValue: TSFRotation read FFdInitialValue; |
![]() |
property InitialDestination: TVector4 read GetInitialDestination write SetInitialDestination; |
![]() |
property InitialValue: TVector4 read GetInitialValue write SetInitialValue; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property EventSet_destination: TSFRotationEvent read FEventSet_destination; |
![]() |
property EventSet_value: TSFRotationEvent read FEventSet_value; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
![]() |
property FdInitialDestination: TSFRotation read FFdInitialDestination; |
![]() |
property FdInitialValue: TSFRotation read FFdInitialValue; |
![]() |
property InitialDestination: TVector4 read GetInitialDestination write SetInitialDestination; |
![]() |
property InitialValue: TVector4 read GetInitialValue write SetInitialValue; |
Generated by PasDoc 0.16.0.
