Function CollisionObject.inputRayPickable
If true, the CollisionObject's shapes will respond to RayCasts.
bool inputRayPickable() nothrow @property @nogc;
void inputRayPickable
(
bool v
) nothrow @property @nogc;