Navigation.upVector

Defines which direction is up. By default, this is (0, 1, 0), which is the world's "up" direction.

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

Meta