Class TCoordinateInterpolator2DNode
Unit
Declaration
type TCoordinateInterpolator2DNode = class(specialize TAbstractArrayInterpolatorNode<TMFVec2f,TMFVec2fEvent>)
Description
Interpolate (animate) a set of 2D positions, for example to animate 2D texture coordinates.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TAbstractArrayInterpolatorNode
- TCoordinateInterpolator2DNode
Overview
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector2); |
![]() |
procedure SetKeyValue(const Value: TVector2List); |
Description
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector2); |
![]() |
procedure SetKeyValue(const Value: TVector2List); |
Generated by PasDoc 0.16.0.
