worldRight property

Vector3 get worldRight

The panel's world-space width axis (the node's rotated local +X), unit length.

Implementation

Vector3 get worldRight =>
    (node.globalTransform.getRotation() * Vector3(1, 0, 0))..normalize();