Class TContactNodeHelper
Unit
X3DNodes
Declaration
type TContactNodeHelper = class helper(TObject) for TContactNode
Description
Hierarchy
- TObject
- TContactNodeHelper
Overview
Properties
Description
Properties
 |
property Bounce: Single read GetBounce write SetBounce; |
|
 |
property ContactNormal: TVector3Single read GetContactNormal write SetContactNormal; |
|
 |
property Depth: Single read GetDepth write SetDepth; |
|
 |
property FrictionCoefficients: TVector2Single read GetFrictionCoefficients write SetFrictionCoefficients; |
|
 |
property FrictionDirection: TVector3Single read GetFrictionDirection write SetFrictionDirection; |
|
 |
property MinbounceSpeed: Single read GetMinbounceSpeed write SetMinbounceSpeed; |
|
 |
property SlipCoefficients: TVector2Single read GetSlipCoefficients write SetSlipCoefficients; |
|
 |
property SoftnessConstantForceMix: Single read GetSoftnessConstantForceMix write SetSoftnessConstantForceMix; |
|
 |
property SoftnessErrorCorrection: Single read GetSoftnessErrorCorrection write SetSoftnessErrorCorrection; |
|
 |
property SurfaceSpeed: TVector2Single read GetSurfaceSpeed write SetSurfaceSpeed; |
|
Generated by PasDoc 0.14.0.
|