Class TAbstractInterpolatorNode
Unit
Declaration
type TAbstractInterpolatorNode = class(TAbstractChildNode)
Description
Basis for all nodes interpolating (animating) values.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKey(const Value: array of Single); overload; |
![]() |
procedure SetKey(const Value: TSingleList); overload; |
Properties
![]() |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
![]() |
property FdKey: TMFFloat read FFdKey; |
![]() |
property FdInterpolation: TSFStringEnum read FFdInterpolation; |
![]() |
property Interpolation: TInterpolation read GetInterpolation write SetInterpolation; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKey(const Value: array of Single); overload; |
![]() |
procedure SetKey(const Value: TSingleList); overload; |
Properties
![]() |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
![]() |
property FdKey: TMFFloat read FFdKey; |
Internal wrapper for property |
![]() |
property FdInterpolation: TSFStringEnum read FFdInterpolation; |
Internal wrapper for property Interpolation. This wrapper API may change, we advise to access simpler Interpolation instead. |
![]() |
property Interpolation: TInterpolation read GetInterpolation write SetInterpolation; |
Generated by PasDoc 0.16.0.