Function CollisionObject2D.inputPickable
If true
, this object is pickable. A pickable object can detect the mouse pointer entering/leaving, and if the mouse is inside it, report input events. Requires at least one collision_layer
bit to be set.
bool inputPickable() nothrow @property @nogc;
void inputPickable
(
bool v
) nothrow @property @nogc;