Class TScalarInterpolatorNode
Unit
Declaration
type TScalarInterpolatorNode = class(specialize TAbstractSingleInterpolatorNode<Single,TMFFloat,TSFFloatEvent>)
Description
Interpolate (animate) a single floating-point value, for example to animate TMaterialNode.Transparency.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TAbstractSingleInterpolatorNode
- TScalarInterpolatorNode
Overview
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); |
![]() |
procedure SetKeyValue(const Value: TSingleList); |
Description
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); |
![]() |
procedure SetKeyValue(const Value: TSingleList); |
Generated by PasDoc 0.16.0.
