Class TRigidBodyCollectionNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRigidBodyCollectionNode = class(TAbstractChildNode)

Description

no description available, TAbstractChildNode 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

Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property EventSet_contacts: TX3DEvent read FEventSet_contacts;
Public property FdAutoDisable: TSFBool read FFdAutoDisable;
Public property FdBodies: TMFNode read FFdBodies;
Public property FdConstantForceMix: TSFFloat read FFdConstantForceMix;
Public property FdContactSurfaceThickness: TSFFloat read FFdContactSurfaceThickness;
Public property FdDisableAngularSpeed: TSFFloat read FFdDisableAngularSpeed;
Public property FdDisableLinearSpeed: TSFFloat read FFdDisableLinearSpeed;
Public property FdDisableTime: TSFFloat read FFdDisableTime;
Public property FdEnabled: TSFBool read FFdEnabled;
Public property FdErrorCorrection: TSFFloat read FFdErrorCorrection;
Public property FdGravity: TSFVec3f read FFdGravity;
Public property FdIterations: TSFInt32 read FFdIterations;
Public property FdJoints: TMFNode read FFdJoints;
Public property FdMaxCorrectionSpeed: TSFFloat read FFdMaxCorrectionSpeed;
Public property FdPreferAccuracy: TSFBool read FFdPreferAccuracy;
Public property FdCollider: TSFNode read FFdCollider;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property EventSet_contacts: TX3DEvent read FEventSet_contacts;
 
Public property FdAutoDisable: TSFBool read FFdAutoDisable;
 
Public property FdBodies: TMFNode read FFdBodies;
 
Public property FdConstantForceMix: TSFFloat read FFdConstantForceMix;
 
Public property FdContactSurfaceThickness: TSFFloat read FFdContactSurfaceThickness;
 
Public property FdDisableAngularSpeed: TSFFloat read FFdDisableAngularSpeed;
 
Public property FdDisableLinearSpeed: TSFFloat read FFdDisableLinearSpeed;
 
Public property FdDisableTime: TSFFloat read FFdDisableTime;
 
Public property FdEnabled: TSFBool read FFdEnabled;
 
Public property FdErrorCorrection: TSFFloat read FFdErrorCorrection;
 
Public property FdGravity: TSFVec3f read FFdGravity;
 
Public property FdIterations: TSFInt32 read FFdIterations;
 
Public property FdJoints: TMFNode read FFdJoints;
 
Public property FdMaxCorrectionSpeed: TSFFloat read FFdMaxCorrectionSpeed;
 
Public property FdPreferAccuracy: TSFBool read FFdPreferAccuracy;
 
Public property FdCollider: TSFNode read FFdCollider;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:17