Function SoftBody.rayPickable
If true
, the SoftBody
will respond to RayCast
s.
bool rayPickable() nothrow @property @nogc;
void rayPickable
(
bool v
) nothrow @property @nogc;
If true
, the SoftBody
will respond to RayCast
s.
bool rayPickable() nothrow @property @nogc;
void rayPickable
(
bool v
) nothrow @property @nogc;