up property
Vector3
up
getter/setter pair
World-space "up" direction used to orient the camera around the
view vector. Typically Vector3(0, 1, 0).
Implementation
Vector3 up;
World-space "up" direction used to orient the camera around the
view vector. Typically Vector3(0, 1, 0).
Vector3 up;