Class TRigidBodyCollectionNode
Unit
X3DNodes
Declaration
type TRigidBodyCollectionNode = 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 TAbstractX3DGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventSet_contacts: TMFNodeEvent read FEventSet_contacts; |
|
 |
property FdAutoDisable: TSFBool read FFdAutoDisable; |
|
 |
property FdBodies: TMFNode read FFdBodies; |
|
 |
property FdConstantForceMix: TSFFloat read FFdConstantForceMix; |
|
 |
property FdContactSurfaceThickness: TSFFloat read FFdContactSurfaceThickness; |
|
 |
property FdDisableAngularSpeed: TSFFloat read FFdDisableAngularSpeed; |
|
 |
property FdDisableLinearSpeed: TSFFloat read FFdDisableLinearSpeed; |
|
 |
property FdDisableTime: TSFFloat read FFdDisableTime; |
|
 |
property FdEnabled: TSFBool read FFdEnabled; |
|
 |
property FdErrorCorrection: TSFFloat read FFdErrorCorrection; |
|
 |
property FdGravity: TSFVec3f read FFdGravity; |
|
 |
property FdIterations: TSFInt32 read FFdIterations; |
|
 |
property FdJoints: TMFNode read FFdJoints; |
|
 |
property FdMaxCorrectionSpeed: TSFFloat read FFdMaxCorrectionSpeed; |
|
 |
property FdPreferAccuracy: TSFBool read FFdPreferAccuracy; |
|
 |
property FdCollider: TSFNode read FFdCollider; |
|
 |
property AutoDisable: boolean read GetAutoDisable write SetAutoDisable; |
|
 |
property ConstantForceMix: Single read GetConstantForceMix write SetConstantForceMix; |
|
 |
property ContactSurfaceThickness: Single read GetContactSurfaceThickness write SetContactSurfaceThickness; |
|
 |
property DisableAngularSpeed: Single read GetDisableAngularSpeed write SetDisableAngularSpeed; |
|
 |
property DisableLinearSpeed: Single read GetDisableLinearSpeed write SetDisableLinearSpeed; |
|
 |
property DisableTime: Single read GetDisableTime write SetDisableTime; |
|
 |
property Enabled: boolean read GetEnabled write SetEnabled; |
|
 |
property ErrorCorrection: Single read GetErrorCorrection write SetErrorCorrection; |
|
 |
property Gravity: TVector3 read GetGravity write SetGravity; |
|
 |
property Iterations: Integer read GetIterations write SetIterations; |
|
 |
property MaxCorrectionSpeed: Single read GetMaxCorrectionSpeed write SetMaxCorrectionSpeed; |
|
 |
property PreferAccuracy: boolean read GetPreferAccuracy write SetPreferAccuracy; |
|
Generated by PasDoc 0.15.0.
|