worldUp property

Vector3 worldUp
getter/setter pair

The world up axis used to build the billboard basis (and the locked axis for BillboardFacing.axisLocked). Defaults to +Y.

Implementation

vm.Vector3 worldUp = vm.Vector3(0, 1, 0);