Class TSliderJointNode
Unit
X3DNodes
Declaration
type TSliderJointNode = class(TAbstractRigidJointNode)
Description
No description available, ancestor TAbstractRigidJointNode description follows
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
Properties
 |
property FdAxis: TSFVec3f read FFdAxis; |
Internal wrapper for property Axis. This wrapper API may change, we advise to access simpler Axis instead.
|
 |
property Axis: TVector3 read GetAxis write SetAxis; |
|
 |
property FdMaxSeparation: TSFFloat read FFdMaxSeparation; |
Internal wrapper for property MaxSeparation. This wrapper API may change, we advise to access simpler MaxSeparation instead.
|
 |
property MaxSeparation: Single read GetMaxSeparation write SetMaxSeparation; |
|
 |
property FdMinSeparation: TSFFloat read FFdMinSeparation; |
Internal wrapper for property MinSeparation. This wrapper API may change, we advise to access simpler MinSeparation instead.
|
 |
property MinSeparation: Single read GetMinSeparation write SetMinSeparation; |
|
 |
property FdStopBounce: TSFFloat read FFdStopBounce; |
Internal wrapper for property StopBounce. This wrapper API may change, we advise to access simpler StopBounce instead.
|
 |
property StopBounce: Single read GetStopBounce write SetStopBounce; |
|
 |
property StopErrorCorrection: Single read GetStopErrorCorrection write SetStopErrorCorrection; |
|
 |
property EventSeparationRate: TSFFloatEvent read FEventSeparationRate; |
|
Generated by PasDoc 0.16.0.