Class TAbstractNBodyCollidableNode
Unit
X3DNodes
Declaration
type TAbstractNBodyCollidableNode = class(TAbstractChildNode, IAbstractBoundedObject)
Description
No description available, ancestor 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; |
|
Properties
 |
property FdEnabled: TSFBool read FFdEnabled; |
|
 |
property FdTranslation: TSFVec3f read FFdTranslation; |
|
 |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
|
 |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
|
 |
property Enabled: boolean read GetEnabled write SetEnabled; |
|
 |
property Rotation: TVector4 read GetRotation write SetRotation; |
|
 |
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
 |
property BboxCenter: TVector3 read GetBboxCenter write SetBboxCenter; |
|
 |
property BboxSize: TVector3 read GetBboxSize write SetBboxSize; |
|
Generated by PasDoc 0.15.0.
|