C# Class Jitter.Dynamics.Joints.Joint

A joint is a collection of internally handled constraints.
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2

Méthodes publiques

Méthode Description
Activate ( ) : void

Adds the internal constraints of this joint to the world class.

Deactivate ( ) : void

Removes the internal constraints of this joint from the world class.

Joint ( JitterWorld world ) : System

Creates a new instance of the Joint class.

Method Details

Activate() public abstract méthode

Adds the internal constraints of this joint to the world class.
public abstract Activate ( ) : void
Résultat void

Deactivate() public abstract méthode

Removes the internal constraints of this joint from the world class.
public abstract Deactivate ( ) : void
Résultat void

Joint() public méthode

Creates a new instance of the Joint class.
public Joint ( JitterWorld world ) : System
world JitterWorld The world class to which the internal constraints /// should be added.
Résultat System