Class TCoordinateInterpolator2DNode
Unit
X3DNodes
Declaration
type TCoordinateInterpolator2DNode = class(TAbstractInterpolatorNode)
Description
Interpolate (animate) a set of 2D positions, for example to animate 2D texture coordinates.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdKeyValue: TMFVec2f read FFdKeyValue; |
|
|
 |
property EventValue_changed: TMFVec2fEvent read FEventValue_changed; |
|
|
Generated by PasDoc 0.14.0.
|