worldUp property

Vector3 get worldUp

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();