Class TCollisionCollectionNode
Unit
Declaration
type TCollisionCollectionNode = 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
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TCollisionCollectionNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAppliedParameters(const Value: array of string); |
![]() |
procedure SetAppliedParameters(const Value: TCastleStringList); |
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; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAppliedParameters(const Value: array of string); |
![]() |
procedure SetAppliedParameters(const Value: TCastleStringList); |
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; |
Generated by PasDoc 0.16.0.
