Class THAnimSiteNode
Unit
X3DNodes
Declaration
type THAnimSiteNode = class(TAbstractX3DGroupingNode, ITransformNode)
Description
An attachment point of an animated humanoid, to attach something that held, worm or such by a humanoid.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdCenter: TSFVec3f read FFdCenter; |
|
 |
property FdScale: TSFVec3f read FFdScale; |
|
 |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
|
 |
property FdTranslation: TSFVec3f read FFdTranslation; |
|
 |
property Center: TVector3 read GetCenter write SetCenter; |
|
 |
property NameField: string read GetNameField write SetNameField; |
|
 |
property Rotation: TVector4 read GetRotation write SetRotation; |
|
 |
property Scale: TVector3 read GetScale write SetScale; |
|
 |
property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation; |
|
 |
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
Generated by PasDoc 0.15.0.
|