![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
void | SetFrames (Matrix frameA, Matrix frameB) |
Sets the frames. More... | |
![]() | |
virtual void | Dispose () |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More... | |
Properties | |
float | UpperLinearLimit [get, set] |
Gets or sets the upper linear limit. More... | |
float | LowerLinearLimit [get, set] |
Gets or sets the lower linear limit. More... | |
float | UpperAngularLimit [get, set] |
Gets or sets the upper angular limit. More... | |
float | LowerAngularLimit [get, set] |
Gets or sets the lower angular limit. More... | |
float | AngularDepth [get] |
Gets the angular depth. More... | |
float | AngularPosition [get] |
Gets the angular position. More... | |
float | DampingDirAngular [get, set] |
Gets or sets the damping dir angular. More... | |
float | DampingDirLinear [get, set] |
Gets or sets the damping dir linear. More... | |
float | DampingLimAngular [get, set] |
Gets or sets the damping lim angular. More... | |
float | DampingLimLinear [get, set] |
Gets or sets the damping lim linear. More... | |
float | DampingOrthoAngular [get, set] |
Gets or sets the damping ortho angular. More... | |
float | DampingOrthoLinear [get, set] |
Gets or sets the damping ortho linear. More... | |
float | LinearDepth [get] |
Gets the linear depth. More... | |
float | LinearPosition [get] |
Gets the linear position. More... | |
float | MaxAngMotorForce [get, set] |
Gets or sets the maximum ang motor force. More... | |
float | MaxLinearMotorForce [get, set] |
Gets or sets the maximum linear motor force. More... | |
bool | PoweredAngularMotor [get, set] |
Gets or sets a value indicating whether [powered angular motor]. More... | |
bool | PoweredLinearMotor [get, set] |
Gets or sets a value indicating whether [powered linear motor]. More... | |
float | RestitutionDirAngular [get, set] |
Gets or sets the restitution dir angular. More... | |
float | RestitutionDirLinear [get, set] |
Gets or sets the restitution dir linear. More... | |
float | RestitutionLimAngular [get, set] |
Gets or sets the restitution lim angular. More... | |
float | RestitutionLimLinear [get, set] |
Gets or sets the restitution lim linear. More... | |
float | RestitutionOrthoAngular [get, set] |
Gets or sets the restitution ortho angular. More... | |
float | RestitutionOrthoLinear [get, set] |
Gets or sets the restitution ortho linear. More... | |
float | SoftnessDirAngular [get, set] |
Gets or sets the softness dir angular. More... | |
float | SoftnessDirLinear [get, set] |
Gets or sets the softness dir linear. More... | |
float | SoftnessLimAngular [get, set] |
Gets or sets the softness lim angular. More... | |
float | SoftnessLimLinear [get, set] |
Gets or sets the softness lim linear. More... | |
float | SoftnessOrthoAngular [get, set] |
Gets or sets the softness ortho angular. More... | |
float | SoftnessOrthoLinear [get, set] |
Gets or sets the softness ortho linear. More... | |
bool | SolveAngularLimit [get] |
Gets a value indicating whether [solve angular limit]. More... | |
bool | SolveLinearLimit [get] |
Gets a value indicating whether [solve linear limit]. More... | |
float | TargetAngularMotorVelocity [get, set] |
Gets or sets the target angular motor velocity. More... | |
float | TargetLinearMotorVelocity [get, set] |
Gets or sets the target linear motor velocity. More... | |
![]() | |
RigidBody | RigidBodyA [get, set] |
Gets the rigid body a. More... | |
RigidBody | RigidBodyB [get, set] |
Gets the rigid body b. More... | |
bool | Enabled [get, set] |
Gets or sets a value indicating whether this Constraint is enabled. More... | |
float | BreakingImpulseThreshold [get, set] |
Gets or sets the breaking impulse threshold. More... | |
float | AppliedImpulse [get] |
Gets the applied impulse. More... | |
Definition at line 7 of file SliderConstraint.cs.
Sets the frames.
frameA | The frame a. |
frameB | The frame b. |
Definition at line 418 of file SliderConstraint.cs.
|
get |
|
get |
|
getset |
Gets or sets the damping dir angular.
The damping dir angular.
Definition at line 88 of file SliderConstraint.cs.
|
getset |
Gets or sets the damping dir linear.
The damping dir linear.
Definition at line 100 of file SliderConstraint.cs.
|
getset |
Gets or sets the damping lim angular.
The damping lim angular.
Definition at line 112 of file SliderConstraint.cs.
|
getset |
Gets or sets the damping lim linear.
The damping lim linear.
Definition at line 124 of file SliderConstraint.cs.
|
getset |
Gets or sets the damping ortho angular.
The damping ortho angular.
Definition at line 136 of file SliderConstraint.cs.
|
getset |
Gets or sets the damping ortho linear.
The damping ortho linear.
Definition at line 148 of file SliderConstraint.cs.
|
get |
|
get |
|
getset |
Gets or sets the lower angular limit.
The lower angular limit.
Definition at line 54 of file SliderConstraint.cs.
|
getset |
Gets or sets the lower linear limit.
The lower linear limit.
Definition at line 30 of file SliderConstraint.cs.
|
getset |
Gets or sets the maximum ang motor force.
The maximum ang motor force.
Definition at line 182 of file SliderConstraint.cs.
|
getset |
Gets or sets the maximum linear motor force.
The maximum linear motor force.
Definition at line 194 of file SliderConstraint.cs.
|
getset |
Gets or sets a value indicating whether [powered angular motor].
true
if [powered angular motor]; otherwise, false
.
Definition at line 206 of file SliderConstraint.cs.
|
getset |
Gets or sets a value indicating whether [powered linear motor].
true
if [powered linear motor]; otherwise, false
.
Definition at line 218 of file SliderConstraint.cs.
|
getset |
Gets or sets the restitution dir angular.
The restitution dir angular.
Definition at line 230 of file SliderConstraint.cs.
|
getset |
Gets or sets the restitution dir linear.
The restitution dir linear.
Definition at line 242 of file SliderConstraint.cs.
|
getset |
Gets or sets the restitution lim angular.
The restitution lim angular.
Definition at line 254 of file SliderConstraint.cs.
|
getset |
Gets or sets the restitution lim linear.
The restitution lim linear.
Definition at line 266 of file SliderConstraint.cs.
|
getset |
Gets or sets the restitution ortho angular.
The restitution ortho angular.
Definition at line 278 of file SliderConstraint.cs.
|
getset |
Gets or sets the restitution ortho linear.
The restitution ortho linear.
Definition at line 290 of file SliderConstraint.cs.
|
getset |
Gets or sets the softness dir angular.
The softness dir angular.
Definition at line 302 of file SliderConstraint.cs.
|
getset |
Gets or sets the softness dir linear.
The softness dir linear.
Definition at line 314 of file SliderConstraint.cs.
|
getset |
Gets or sets the softness lim angular.
The softness lim angular.
Definition at line 326 of file SliderConstraint.cs.
|
getset |
Gets or sets the softness lim linear.
The softness lim linear.
Definition at line 338 of file SliderConstraint.cs.
|
getset |
Gets or sets the softness ortho angular.
The softness ortho angular.
Definition at line 350 of file SliderConstraint.cs.
|
getset |
Gets or sets the softness ortho linear.
The softness ortho linear.
Definition at line 362 of file SliderConstraint.cs.
|
get |
Gets a value indicating whether [solve angular limit].
true
if [solve angular limit]; otherwise, false
.
Definition at line 374 of file SliderConstraint.cs.
|
get |
Gets a value indicating whether [solve linear limit].
true
if [solve linear limit]; otherwise, false
.
Definition at line 385 of file SliderConstraint.cs.
|
getset |
Gets or sets the target angular motor velocity.
The target angular motor velocity.
Definition at line 396 of file SliderConstraint.cs.
|
getset |
Gets or sets the target linear motor velocity.
The target linear motor velocity.
Definition at line 408 of file SliderConstraint.cs.
|
getset |
Gets or sets the upper angular limit.
The upper angular limit.
Definition at line 42 of file SliderConstraint.cs.
|
getset |
Gets or sets the upper linear limit.
The upper linear limit.
Definition at line 18 of file SliderConstraint.cs.