Class TTexture2TransformNode_1
Unit
X3DNodes
Declaration
type TTexture2TransformNode_1 = class(TAbstractChildNode)
Description
no description available, TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractX3DGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
Properties
 |
property FdTranslation: TSFVec2f read FFdTranslation; |
|
|
 |
property FdRotation: TSFFloat read FFdRotation; |
|
|
 |
property FdScaleFactor: TSFVec2f read FFdScaleFactor; |
|
|
 |
property FdCenter: TSFVec2f read FFdCenter; |
|
|
Generated by PasDoc 0.14.0.
|