worldRight property
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();
The panel's world-space width axis (the node's rotated local +X), unit length.
Vector3 get worldRight =>
(node.globalTransform.getRotation() * Vector3(1, 0, 0))..normalize();