up property

Vector3 get up

The up direction relative to the camera.

Implementation

Vector3 get up => _up.normalized();
set up (Vector3 up)

Implementation

set up(Vector3 up) => _up.setFrom(up);