VisualElementExtensions.ChangeCoordinatesTo

Declaration

public static Vector2 ChangeCoordinatesTo(UIElements.VisualElement src, UIElements.VisualElement dest, Vector2 point);

Parameters

src The element to use as a reference as the source local space.
dest The element to use as a reference as the destination local space.
point The point to transform, in the local space of the source element.

Returns

Vector2 A point in the local space of destination element.

Description

Transforms a point from the local space of an element to the local space of another element.

The elements both need to be attached to a panel and must receive a valid VisualElement.layout. Otherwise, this method may return invalid results.


Declaration

public static Rect ChangeCoordinatesTo(UIElements.VisualElement src, UIElements.VisualElement dest, Rect rect);

Parameters

src The element to use as a reference as the source local space.
dest The element to use as a reference as the destination local space.
rect The rectangle to transform, in the local space of the source element.

Returns

Rect A rectangle in the local space of destination element.

Description

Transforms a rectangle from the local space of an element to the local space of another element.

The elements both need to be attached to a panel and have received a valid VisualElement.layout. Otherwise, this method may return invalid results.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961