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