Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Physics.GearConstraint Class Reference
Inheritance diagram for SiliconStudio.Paradox.Physics.GearConstraint:
SiliconStudio.Paradox.Physics.Constraint

Properties

Vector3 AxisA [get, set]
 Gets or sets the axis a. More...
 
Vector3 AxisB [get, set]
 Gets or sets the axis b. More...
 
float Ratio [get, set]
 Gets or sets the ratio. More...
 
- Properties inherited from SiliconStudio.Paradox.Physics.Constraint
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...
 

Additional Inherited Members

- Public Member Functions inherited from SiliconStudio.Paradox.Physics.Constraint
virtual void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
 

Detailed Description

Definition at line 7 of file GearConstraint.cs.

Property Documentation

Vector3 SiliconStudio.Paradox.Physics.GearConstraint.AxisA
getset

Gets or sets the axis a.

The axis a.

Definition at line 18 of file GearConstraint.cs.

Vector3 SiliconStudio.Paradox.Physics.GearConstraint.AxisB
getset

Gets or sets the axis b.

The axis b.

Definition at line 30 of file GearConstraint.cs.

float SiliconStudio.Paradox.Physics.GearConstraint.Ratio
getset

Gets or sets the ratio.

The ratio.

Definition at line 42 of file GearConstraint.cs.


The documentation for this class was generated from the following file: