C# Класс Jitter.Dynamics.Joints.Joint

A joint is a collection of internally handled constraints.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Activate() публичный абстрактный Метод

Adds the internal constraints of this joint to the world class.
public abstract Activate ( ) : void
Результат void

Deactivate() публичный абстрактный Метод

Removes the internal constraints of this joint from the world class.
public abstract Deactivate ( ) : void
Результат void

Joint() публичный Метод

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.
Результат System