C# Class Box2DX.Dynamics.JointDef

Joint definitions are used to construct joints.
Afficher le fichier Open project: KrugerHeavyIndustries/box2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
Body1 Body
Body2 Body
CollideConnected bool
Type JointType
UserData object

Méthodes publiques

Méthode Description
JointDef ( ) : System

Method Details

JointDef() public méthode

public JointDef ( ) : System
Résultat System

Property Details

Body1 public_oe property

The first attached body.
public Body,Box2DX.Dynamics Body1
Résultat Body

Body2 public_oe property

The second attached body.
public Body,Box2DX.Dynamics Body2
Résultat Body

CollideConnected public_oe property

Set this flag to true if the attached bodies should collide.
public bool CollideConnected
Résultat bool

Type public_oe property

The joint type is set automatically for concrete joint types.
public JointType Type
Résultat JointType

UserData public_oe property

Use this to attach application specific data to your joints.
public object UserData
Résultat object