Function RigidBody.axisLockAngularY
Lock the body's rotation in the Y axis.
bool axisLockAngularY() nothrow @property @nogc;
void axisLockAngularY
(
bool v
) nothrow @property @nogc;
Lock the body's rotation in the Y axis.
bool axisLockAngularY() nothrow @property @nogc;
void axisLockAngularY
(
bool v
) nothrow @property @nogc;