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.

  1. bool inputPickable [@property getter]
    struct CollisionObject2D
    @nogc nothrow @property
    bool
    inputPickable
    ()
  2. bool inputPickable [@property setter]

Meta