C# Class Box2D.Dynamics.Joints.ConstantVolumeJointDef

Definition for a {@link ConstantVolumeJoint}, which connects a group a bodies together so they maintain a constant volume within them.
Inheritance: JointDef
Afficher le fichier Open project: gerich-home/box2dnet Class Usage Examples

Méthodes publiques

Свойство Type Description
DampingRatio float
FrequencyHz float

Méthodes publiques

Méthode Description
AddBody ( Body argBody ) : void

Adds a body to the group

AddBodyAndJoint ( Body argBody, DistanceJoint argJoint ) : void

Adds a body and the pre-made distance joint. Should only be used for deserialization.

ConstantVolumeJointDef ( ) : System.Collections.Generic

Method Details

AddBody() public méthode

Adds a body to the group
public AddBody ( Body argBody ) : void
argBody Body
Résultat void

AddBodyAndJoint() public méthode

Adds a body and the pre-made distance joint. Should only be used for deserialization.
public AddBodyAndJoint ( Body argBody, DistanceJoint argJoint ) : void
argBody Body
argJoint DistanceJoint
Résultat void

ConstantVolumeJointDef() public méthode

public ConstantVolumeJointDef ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Property Details

DampingRatio public_oe property

public float DampingRatio
Résultat float

FrequencyHz public_oe property

public float FrequencyHz
Résultat float