Class TAbstractArrayInterpolatorNode
Unit
Declaration
type generic TAbstractArrayInterpolatorNode<TKeyValue,TKeyValueEvent> = class(TAbstractInterpolatorNode)
Description
Basis for all nodes interpolating (animating) an array of values.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TAbstractArrayInterpolatorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdKeyValue: TKeyValue read FFdKeyValue; |
![]() |
property EventValue_changed: TKeyValueEvent read FEventValue_changed; |
Description
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdKeyValue: TKeyValue read FFdKeyValue; |
![]() |
property EventValue_changed: TKeyValueEvent read FEventValue_changed; |
Generated by PasDoc 0.16.0.
