RayCast.castTo

The ray's destination point, relative to the RayCast's position.

  1. Vector3 castTo [@property getter]
  2. Vector3 castTo [@property setter]
    struct RayCast
    @nogc nothrow @property
    void
    castTo
    (
    Vector3 v
    )

Meta