Function Navigation.upVector

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

Vector3 upVector() nothrow @property @nogc;

void upVector (
  Vector3 v
) nothrow @property @nogc;