Experimental: this API is experimental and might be changed or removed in the future.
ITransform
interface in
UnityEngine.Experimental.UIElements
Suggest a changeSuccess!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseSubmission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close Description
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.
Properties
matrix | Transformation matrix calculated from the position, rotation and scale of the transform (Read Only). |
position | The position of the VisualElement's transform. |
rotation | The rotation of the VisualElement's transform stored as a Quaternion. |
scale | The scale of the VisualElement's transform. |