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

Public Member Functions

virtual void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
 

Properties

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

Detailed Description

Definition at line 7 of file Constraint.cs.

Member Function Documentation

virtual void SiliconStudio.Paradox.Physics.Constraint.Dispose ( )
virtual

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Reimplemented in SiliconStudio.Paradox.Physics.Generic6DoFConstraint.

Definition at line 12 of file Constraint.cs.

Property Documentation

float SiliconStudio.Paradox.Physics.Constraint.AppliedImpulse
get

Gets the applied impulse.

The applied impulse.

Definition at line 78 of file Constraint.cs.

float SiliconStudio.Paradox.Physics.Constraint.BreakingImpulseThreshold
getset

Gets or sets the breaking impulse threshold.

The breaking impulse threshold.

Definition at line 64 of file Constraint.cs.

bool SiliconStudio.Paradox.Physics.Constraint.Enabled
getset

Gets or sets a value indicating whether this Constraint is enabled.

true if enabled; otherwise, false.

Definition at line 52 of file Constraint.cs.

RigidBody SiliconStudio.Paradox.Physics.Constraint.RigidBodyA
getset

Gets the rigid body a.

The rigid body a.

Definition at line 36 of file Constraint.cs.

RigidBody SiliconStudio.Paradox.Physics.Constraint.RigidBodyB
getset

Gets the rigid body b.

The rigid body b.

Definition at line 43 of file Constraint.cs.


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