up property

  1. @override
Vector3 up
getter/setter pairoverride-getter

World-space "up" direction used to orient the camera around the view vector. Typically Vector3(0, 1, 0).

Implementation

@override
Vector3 up;