Class TCoordinateInterpolator2DNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCoordinateInterpolator2DNode = class(TAbstractInterpolatorNode)

Description

Interpolate (animate) a set of 2D positions, for example to animate 2D texture coordinates.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdKeyValue: TMFVec2f read FFdKeyValue;
Public property EventValue_changed: TMFVec2fEvent read FEventValue_changed;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdKeyValue: TMFVec2f read FFdKeyValue;
 
Public property EventValue_changed: TMFVec2fEvent read FEventValue_changed;
 

Generated by PasDoc 0.14.0.