Class TTextureTransformNode
Unit
X3DNodes
Declaration
type TTextureTransformNode = class(TAbstractTextureTransformNode)
Description
no description available, TAbstractTextureTransformNode description follows no description available, TAbstractAppearanceChildNode description follows no description available, TAbstractNode description follows
Base X3D node.
Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdCenter: TSFVec2f read FFdCenter; |
|
 |
property FdRotation: TSFFloat read FFdRotation; |
|
 |
property FdScale: TSFVec2f read FFdScale; |
|
 |
property FdTranslation: TSFVec2f read FFdTranslation; |
|
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:17
|