Class TAbstractInterpolatorNode

Unit

Declaration

type TAbstractInterpolatorNode = class(TAbstractChildNode)

Description

Basis for all nodes interpolating (animating) values.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetKey(const Value: array of Single); overload;
Public procedure SetKey(const Value: TSingleList); overload;

Properties

Public property EventSet_fraction: TSFFloatEvent read FEventSet_fraction;
Public property FdKey: TMFFloat read FFdKey;
Public property FdInterpolation: TSFStringEnum read FFdInterpolation;
Public property Interpolation: TInterpolation read GetInterpolation write SetInterpolation;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetKey(const Value: array of Single); overload;
 
Public procedure SetKey(const Value: TSingleList); overload;
 

Properties

Public property EventSet_fraction: TSFFloatEvent read FEventSet_fraction;
 
Public property FdKey: TMFFloat read FFdKey;

Internal wrapper for property Key. This wrapper API may change, we advise to access simpler Key instead.

Public property FdInterpolation: TSFStringEnum read FFdInterpolation;

Internal wrapper for property Interpolation. This wrapper API may change, we advise to access simpler Interpolation instead.

Public property Interpolation: TInterpolation read GetInterpolation write SetInterpolation;
 

Generated by PasDoc 0.16.0.