absoluteCenter property
Vector2
get
absoluteCenter
inherited
The absolute center of the component.
Implementation
Vector2 get absoluteCenter => absolutePositionOfAnchor(Anchor.center);
The absolute center of the component.
Vector2 get absoluteCenter => absolutePositionOfAnchor(Anchor.center);