Class TAbstractInterpolatorNode
Unit
Declaration
type TAbstractInterpolatorNode = class(TAbstractChildNode)
Description
Basis for all nodes interpolating (animating) values.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
procedure SetKey(const Value: array of Single); |
![]() |
procedure SetKey(const Value: TSingleList); |
Properties
![]() |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
![]() |
property FdKey: TMFFloat read FFdKey; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
procedure SetKey(const Value: array of Single); |
![]() |
procedure SetKey(const Value: TSingleList); |
Properties
![]() |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
![]() |
property FdKey: TMFFloat read FFdKey; |
Generated by PasDoc 0.16.0.
