Class TTexCoordDamper2DNode
Unit
Declaration
type TTexCoordDamper2DNode = 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
- TTexCoordDamper2DNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetInitialDestination(const Value: array of TVector2); |
![]() |
procedure SetInitialDestination(const Value: TVector2List); |
![]() |
procedure SetInitialValue(const Value: array of TVector2); |
![]() |
procedure SetInitialValue(const Value: TVector2List); |
Properties
![]() |
property EventSet_destination: TMFVec2fEvent read FEventSet_destination; |
![]() |
property EventSet_value: TMFVec2fEvent read FEventSet_value; |
![]() |
property EventValue_changed: TMFVec2fEvent read FEventValue_changed; |
![]() |
property FdInitialDestination: TMFVec2f read FFdInitialDestination; |
![]() |
property FdInitialValue: TMFVec2f read FFdInitialValue; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetInitialDestination(const Value: array of TVector2); |
![]() |
procedure SetInitialDestination(const Value: TVector2List); |
![]() |
procedure SetInitialValue(const Value: array of TVector2); |
![]() |
procedure SetInitialValue(const Value: TVector2List); |
Properties
![]() |
property EventSet_destination: TMFVec2fEvent read FEventSet_destination; |
![]() |
property EventSet_value: TMFVec2fEvent read FEventSet_value; |
![]() |
property EventValue_changed: TMFVec2fEvent read FEventValue_changed; |
![]() |
property FdInitialDestination: TMFVec2f read FFdInitialDestination; |
![]() |
property FdInitialValue: TMFVec2f read FFdInitialValue; |
Generated by PasDoc 0.16.0.
