C# Класс Universe.Physics.BulletSPlugin.BSConstraintCollection

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddConstraint ( BSConstraint cons ) : bool
BSConstraintCollection ( BulletWorld world ) : System
Clear ( ) : void
Dispose ( ) : void
RecalculateAllConstraints ( ) : bool
RemoveAndDestroyConstraint ( BSConstraint constrain ) : bool
RemoveAndDestroyConstraint ( BulletBody body1 ) : bool
RemoveAndDestroyConstraint ( BulletBody body1, BulletBody body2 ) : bool
TryGetConstraint ( BulletBody body1, BulletBody body2, BSConstraint &returnConstraint ) : bool

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

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

public AddConstraint ( BSConstraint cons ) : bool
cons BSConstraint
Результат bool

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

public BSConstraintCollection ( BulletWorld world ) : System
world BulletWorld
Результат System

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

public Clear ( ) : void
Результат void

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

public Dispose ( ) : void
Результат void

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

public RecalculateAllConstraints ( ) : bool
Результат bool

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

public RemoveAndDestroyConstraint ( BSConstraint constrain ) : bool
constrain BSConstraint
Результат bool

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

public RemoveAndDestroyConstraint ( BulletBody body1 ) : bool
body1 BulletBody
Результат bool

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

public RemoveAndDestroyConstraint ( BulletBody body1, BulletBody body2 ) : bool
body1 BulletBody
body2 BulletBody
Результат bool

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

public TryGetConstraint ( BulletBody body1, BulletBody body2, BSConstraint &returnConstraint ) : bool
body1 BulletBody
body2 BulletBody
returnConstraint BSConstraint
Результат bool