Class TSplinePositionInterpolator2DNode
Unit
X3DNodes
Declaration
type TSplinePositionInterpolator2DNode = class(TAbstractInterpolatorNode)
Description
Non-linearly interpolate (animate) a 2D position. Not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetKeyValue(const Value: array of TVector2); |
|
 |
procedure SetKeyVelocity(const Value: array of TVector2); |
|
Properties
 |
property FdClosed: TSFBool read FFdClosed; |
|
 |
property FdKeyValue: TMFVec2f read FFdKeyValue; |
|
 |
property FdKeyVelocity: TMFVec2f read FFdKeyVelocity; |
|
 |
property FdNormalizeVelocity: TSFBool read FFdNormalizeVelocity; |
|
 |
property EventValue_changed: TSFVec2fEvent read FEventValue_changed; |
|
 |
property Closed: boolean read GetClosed write SetClosed; |
|
 |
property NormalizeVelocity: boolean read GetNormalizeVelocity write SetNormalizeVelocity; |
|
Generated by PasDoc 0.15.0.
|