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