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 TAbstractGroupingNode.FdChildren.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetAppliedParameters(const Value: array of string); overload;
Public procedure SetAppliedParameters(const Value: TCastleStringList); overload;

Properties

Public property FdAppliedParameters: TMFString read FFdAppliedParameters;
Public property FdBounce: TSFFloat read FFdBounce;
Public property Bounce: Single read GetBounce write SetBounce;
Public property FdCollidables: TMFNode read FFdCollidables;
Public property FdEnabled: TSFBool read FFdEnabled;
Public property Enabled: Boolean read GetEnabled write SetEnabled;
Public property FdFrictionCoefficients: TSFVec2f read FFdFrictionCoefficients;
Public property FrictionCoefficients: TVector2 read GetFrictionCoefficients write SetFrictionCoefficients;
Public property FdMinBounceSpeed: TSFFloat read FFdMinBounceSpeed;
Public property MinBounceSpeed: Single read GetMinBounceSpeed write SetMinBounceSpeed;
Public property FdSlipFactors: TSFVec2f read FFdSlipFactors;
Public property SlipFactors: TVector2 read GetSlipFactors write SetSlipFactors;
Public property FdSoftnessConstantForceMix: TSFFloat read FFdSoftnessConstantForceMix;
Public property SoftnessConstantForceMix: Single read GetSoftnessConstantForceMix write SetSoftnessConstantForceMix;
Public property FdSoftnessErrorCorrection: TSFFloat read FFdSoftnessErrorCorrection;
Public property SoftnessErrorCorrection: Single read GetSoftnessErrorCorrection write SetSoftnessErrorCorrection;
Public property FdSurfaceSpeed: TSFVec2f read FFdSurfaceSpeed;
Public property SurfaceSpeed: TVector2 read GetSurfaceSpeed write SetSurfaceSpeed;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetAppliedParameters(const Value: array of string); overload;
 
Public procedure SetAppliedParameters(const Value: TCastleStringList); overload;
 

Properties

Public property FdAppliedParameters: TMFString read FFdAppliedParameters;

Internal wrapper for property AppliedParameters. This wrapper API may change, we advise to access simpler AppliedParameters instead.

Public property FdBounce: TSFFloat read FFdBounce;

Internal wrapper for property Bounce. This wrapper API may change, we advise to access simpler Bounce instead.

Public property Bounce: Single read GetBounce write SetBounce;
 
Public property FdCollidables: TMFNode read FFdCollidables;

Internal wrapper for property Collidables. This wrapper API may change, we advise to access simpler Collidables instead.

Public property FdEnabled: TSFBool read FFdEnabled;

Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.

Public property Enabled: Boolean read GetEnabled write SetEnabled;
 
Public property FdFrictionCoefficients: TSFVec2f read FFdFrictionCoefficients;

Internal wrapper for property FrictionCoefficients. This wrapper API may change, we advise to access simpler FrictionCoefficients instead.

Public property FrictionCoefficients: TVector2 read GetFrictionCoefficients write SetFrictionCoefficients;
 
Public property FdMinBounceSpeed: TSFFloat read FFdMinBounceSpeed;

Internal wrapper for property MinBounceSpeed. This wrapper API may change, we advise to access simpler MinBounceSpeed instead.

Public property MinBounceSpeed: Single read GetMinBounceSpeed write SetMinBounceSpeed;
 
Public property FdSlipFactors: TSFVec2f read FFdSlipFactors;

Internal wrapper for property SlipFactors. This wrapper API may change, we advise to access simpler SlipFactors instead.

Public property SlipFactors: TVector2 read GetSlipFactors write SetSlipFactors;
 
Public property FdSoftnessConstantForceMix: TSFFloat read FFdSoftnessConstantForceMix;

Internal wrapper for property SoftnessConstantForceMix. This wrapper API may change, we advise to access simpler SoftnessConstantForceMix instead.

Public property SoftnessConstantForceMix: Single read GetSoftnessConstantForceMix write SetSoftnessConstantForceMix;
 
Public property FdSoftnessErrorCorrection: TSFFloat read FFdSoftnessErrorCorrection;

Internal wrapper for property SoftnessErrorCorrection. This wrapper API may change, we advise to access simpler SoftnessErrorCorrection instead.

Public property SoftnessErrorCorrection: Single read GetSoftnessErrorCorrection write SetSoftnessErrorCorrection;
 
Public property FdSurfaceSpeed: TSFVec2f read FFdSurfaceSpeed;

Internal wrapper for property SurfaceSpeed. This wrapper API may change, we advise to access simpler SurfaceSpeed instead.

Public property SurfaceSpeed: TVector2 read GetSurfaceSpeed write SetSurfaceSpeed;
 

Generated by PasDoc 0.16.0.