Class TAbstractNBodyCollidableNode
Unit
X3DNodes
Declaration
type TAbstractNBodyCollidableNode = class(TAbstractChildNode)
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 TAbstractGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
property FdEnabled: TSFBool read FFdEnabled; |
Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.
|
|
property Enabled: Boolean read GetEnabled write SetEnabled; |
|
|
property FdRotation: TSFRotation read FFdRotation; |
Internal wrapper for property Rotation. This wrapper API may change, we advise to access simpler Rotation instead.
|
|
property Rotation: TVector4 read GetRotation write SetRotation; |
|
|
property FdTranslation: TSFVec3f read FFdTranslation; |
Internal wrapper for property Translation. This wrapper API may change, we advise to access simpler Translation instead.
|
|
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
|
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
Internal wrapper for property BboxCenter . This wrapper API may change, we advise to access simpler BboxCenter instead.
|
|
property BBox: TBox3D read GetBBox write SetBBox; |
|
|
property FdBboxSize: TSFVec3f read FFdBboxSize; |
Internal wrapper for property BboxSize . This wrapper API may change, we advise to access simpler BboxSize instead.
|
Generated by PasDoc 0.16.0.