ITransform

interface in UnityEngine.UIElements

Description

This interface provides access to a VisualElement transform data.

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

Properties

matrix Transformation matrix calculated from the position, rotation and scale of the transform (Read Only).
position The position of the VisualElement transform.
rotation The rotation of the VisualElement transform stored as a Quaternion.
scale The scale of the VisualElement transform.

Did you find this page useful? Please give it a rating: