ele | The element to use as a reference for the local space. |
p | The point to transform, in local space. |
Vector2 A point in the world space.
Transforms a point from the local space of the element to the world space.
This element needs to be attached to a panel and must receive a valid VisualElement.layout. Otherwise, this method may return invalid results.
ele | The element to use as a reference for the local space. |
r | The rectangle to transform, in local space. |
Rect A rectangle in the world space.
Transforms a rectangle from the local space of the element to the world space.
This element needs to be attached to a panel and must receive a valid VisualElement.layout. Otherwise, this method may return invalid results.