C# Класс Nez.Farseer.FSWheelJoint

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

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

Метод Описание
setAnchor ( Vector2 anchor ) : FSWheelJoint
setAxis ( Vector2 axis ) : FSWheelJoint
setDampingRatio ( float damping ) : FSWheelJoint
setFrequency ( float frequency ) : FSWheelJoint
setMaxMotorTorque ( float maxMotorTorque ) : FSWheelJoint
setMotorEnabled ( bool motorEnabled ) : FSWheelJoint
setMotorSpeed ( float motorSpeed ) : FSWheelJoint

Приватные методы

Метод Описание
getJointDef ( ) : FSJointDef

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

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

public setAnchor ( Vector2 anchor ) : FSWheelJoint
anchor Microsoft.Xna.Framework.Vector2
Результат FSWheelJoint

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

public setAxis ( Vector2 axis ) : FSWheelJoint
axis Microsoft.Xna.Framework.Vector2
Результат FSWheelJoint

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

public setDampingRatio ( float damping ) : FSWheelJoint
damping float
Результат FSWheelJoint

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

public setFrequency ( float frequency ) : FSWheelJoint
frequency float
Результат FSWheelJoint

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

public setMaxMotorTorque ( float maxMotorTorque ) : FSWheelJoint
maxMotorTorque float
Результат FSWheelJoint

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

public setMotorEnabled ( bool motorEnabled ) : FSWheelJoint
motorEnabled bool
Результат FSWheelJoint

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

public setMotorSpeed ( float motorSpeed ) : FSWheelJoint
motorSpeed float
Результат FSWheelJoint