C# Class Jitter.Dynamics.Joints.Joint

A joint is a collection of internally handled constraints.
显示文件 Open project: nuclearpidgeon/graphicsproj2

Public Methods

Method 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 method

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

Deactivate() public abstract method

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

Joint() public method

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