Class TCollisionCollectionNode
Unit
Declaration
type TCollisionCollectionNode = class(TAbstractChildNode)
Description
This item has no description. Showing description inherited from TAbstractChildNode.
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractGroupingNode.FdChildren.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TCollisionCollectionNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAppliedParameters(const Value: array of string); overload; |
![]() |
procedure SetAppliedParameters(const Value: TCastleStringList); overload; |
Properties
![]() |
property FdAppliedParameters: TMFString read FFdAppliedParameters; |
![]() |
property FdBounce: TSFFloat read FFdBounce; |
![]() |
property Bounce: Single read GetBounce write SetBounce; |
![]() |
property FdCollidables: TMFNode read FFdCollidables; |
![]() |
property FdEnabled: TSFBool read FFdEnabled; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
property FdFrictionCoefficients: TSFVec2f read FFdFrictionCoefficients; |
![]() |
property FrictionCoefficients: TVector2 read GetFrictionCoefficients write SetFrictionCoefficients; |
![]() |
property FdMinBounceSpeed: TSFFloat read FFdMinBounceSpeed; |
![]() |
property MinBounceSpeed: Single read GetMinBounceSpeed write SetMinBounceSpeed; |
![]() |
property FdSlipFactors: TSFVec2f read FFdSlipFactors; |
![]() |
property SlipFactors: TVector2 read GetSlipFactors write SetSlipFactors; |
![]() |
property FdSoftnessConstantForceMix: TSFFloat read FFdSoftnessConstantForceMix; |
![]() |
property SoftnessConstantForceMix: Single read GetSoftnessConstantForceMix write SetSoftnessConstantForceMix; |
![]() |
property FdSoftnessErrorCorrection: TSFFloat read FFdSoftnessErrorCorrection; |
![]() |
property SoftnessErrorCorrection: Single read GetSoftnessErrorCorrection write SetSoftnessErrorCorrection; |
![]() |
property FdSurfaceSpeed: TSFVec2f read FFdSurfaceSpeed; |
![]() |
property SurfaceSpeed: TVector2 read GetSurfaceSpeed write SetSurfaceSpeed; |
Description
Methods
![]() |
procedure CreateNode; override; |
This item has no description. Showing description inherited from TAbstractChildNode.CreateNode. Automatically generated node properties. Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal |
![]() |
class function ClassX3DType: string; override; |
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
![]() |
procedure SetAppliedParameters(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetAppliedParameters(const Value: TCastleStringList); overload; |
This item has no description. |
Properties
![]() |
property FdAppliedParameters: TMFString read FFdAppliedParameters; |
Internal wrapper for property |
![]() |
property FdBounce: TSFFloat read FFdBounce; |
Internal wrapper for property Bounce. This wrapper API may change, we advise to access simpler Bounce instead. |
![]() |
property Bounce: Single read GetBounce write SetBounce; |
This item has no description. |
![]() |
property FdCollidables: TMFNode read FFdCollidables; |
Internal wrapper for property |
![]() |
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; |
This item has no description. |
![]() |
property FdFrictionCoefficients: TSFVec2f read FFdFrictionCoefficients; |
Internal wrapper for property FrictionCoefficients. This wrapper API may change, we advise to access simpler FrictionCoefficients instead. |
![]() |
property FrictionCoefficients: TVector2 read GetFrictionCoefficients write SetFrictionCoefficients; |
This item has no description. |
![]() |
property FdMinBounceSpeed: TSFFloat read FFdMinBounceSpeed; |
Internal wrapper for property MinBounceSpeed. This wrapper API may change, we advise to access simpler MinBounceSpeed instead. |
![]() |
property MinBounceSpeed: Single read GetMinBounceSpeed write SetMinBounceSpeed; |
This item has no description. |
![]() |
property FdSlipFactors: TSFVec2f read FFdSlipFactors; |
Internal wrapper for property SlipFactors. This wrapper API may change, we advise to access simpler SlipFactors instead. |
![]() |
property SlipFactors: TVector2 read GetSlipFactors write SetSlipFactors; |
This item has no description. |
![]() |
property FdSoftnessConstantForceMix: TSFFloat read FFdSoftnessConstantForceMix; |
Internal wrapper for property SoftnessConstantForceMix. This wrapper API may change, we advise to access simpler SoftnessConstantForceMix instead. |
![]() |
property SoftnessConstantForceMix: Single read GetSoftnessConstantForceMix write SetSoftnessConstantForceMix; |
This item has no description. |
![]() |
property FdSoftnessErrorCorrection: TSFFloat read FFdSoftnessErrorCorrection; |
Internal wrapper for property SoftnessErrorCorrection. This wrapper API may change, we advise to access simpler SoftnessErrorCorrection instead. |
![]() |
property SoftnessErrorCorrection: Single read GetSoftnessErrorCorrection write SetSoftnessErrorCorrection; |
This item has no description. |
![]() |
property FdSurfaceSpeed: TSFVec2f read FFdSurfaceSpeed; |
Internal wrapper for property SurfaceSpeed. This wrapper API may change, we advise to access simpler SurfaceSpeed instead. |
![]() |
property SurfaceSpeed: TVector2 read GetSurfaceSpeed write SetSurfaceSpeed; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.