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

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

Защищенные свойства (Protected)

Свойство Тип Описание
PhysicsScene BSScene
m_body1 BulletBody
m_body2 BulletBody
m_constraint BulletConstraint
m_enabled bool
m_world BulletWorld

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

Метод Описание
BSConstraint ( BulletWorld world ) : System
CalculateTransforms ( ) : bool
Dispose ( ) : void
RecomputeConstraintVariables ( float mass ) : bool
SetAngularLimits ( System.Vector3 low, System.Vector3 high ) : bool
SetLinearLimits ( System.Vector3 low, System.Vector3 high ) : bool
SetSolverIterations ( float cnt ) : bool

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

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

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

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

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

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

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

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

public RecomputeConstraintVariables ( float mass ) : bool
mass float
Результат bool

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

public SetAngularLimits ( System.Vector3 low, System.Vector3 high ) : bool
low System.Vector3
high System.Vector3
Результат bool

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

public SetLinearLimits ( System.Vector3 low, System.Vector3 high ) : bool
low System.Vector3
high System.Vector3
Результат bool

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

public SetSolverIterations ( float cnt ) : bool
cnt float
Результат bool

Описание свойств

PhysicsScene защищенное свойство

protected BSScene,Universe.Physics.BulletSPlugin PhysicsScene
Результат BSScene

m_body1 защищенное свойство

protected BulletBody,Universe.Physics.BulletSPlugin m_body1
Результат BulletBody

m_body2 защищенное свойство

protected BulletBody,Universe.Physics.BulletSPlugin m_body2
Результат BulletBody

m_constraint защищенное свойство

protected BulletConstraint,Universe.Physics.BulletSPlugin m_constraint
Результат BulletConstraint

m_enabled защищенное свойство

protected bool m_enabled
Результат bool

m_world защищенное свойство

protected BulletWorld,Universe.Physics.BulletSPlugin m_world
Результат BulletWorld