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