worldUp property
The panel's world-space height axis (the node's rotated local +Y), unit length.
Implementation
Vector3 get worldUp =>
(node.globalTransform.getRotation() * Vector3(0, 1, 0))..normalize();
The panel's world-space height axis (the node's rotated local +Y), unit length.
Vector3 get worldUp =>
(node.globalTransform.getRotation() * Vector3(0, 1, 0))..normalize();