Function Viewport.physicsObjectPicking

If true, the objects rendered by viewport become subjects of mouse picking process.

bool physicsObjectPicking() nothrow @property @nogc;

void physicsObjectPicking (
  bool v
) nothrow @property @nogc;