Class TAbstractInterpolatorNode
Unit
X3DNodes
Declaration
type TAbstractInterpolatorNode = class(TAbstractChildNode)
Description
Basis for all nodes interpolating (animating) values.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetKey(const Value: array of Single); overload; |
|
Properties
 |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
|
 |
property FdKey: TMFFloat read FFdKey; |
Internal wrapper for property Key . This wrapper API may change, we advise to access simpler Key instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdInterpolation: TSFStringEnum read FFdInterpolation; |
Internal wrapper for property Interpolation . This wrapper API may change, we advise to access simpler Interpolation instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Interpolation: TInterpolation read GetInterpolation write SetInterpolation; |
|
Generated by PasDoc 0.16.0.