CollisionObject.inputRayPickable

If true the CollisionObject's shapes will respond to RayCasts. Default value: true.

  1. bool inputRayPickable [@property getter]
  2. bool inputRayPickable [@property setter]
    struct CollisionObject
    @nogc nothrow @property
    void
    inputRayPickable
    (
    bool v
    )

Meta