Experimental: this API is experimental and might be changed or removed in the future.

ITransform

interface in UnityEngine.Experimental.UIElements

매뉴얼로 전환

설명

This interface provides access to a VisualElement transform data.

Reading properties of this object gives information about the tranform of its VisualElement. It is possible to write the position, scale and rotation of the transform.

변수

matrixTransformation matrix calculated from the position, rotation and scale of the transform (Read Only).
positionThe position of the VisualElement's transform.
rotationThe rotation of the VisualElement's transform stored as a Quaternion.
scaleThe scale of the VisualElement's transform.