Interface ITransform
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface ITransformProperties
| Improve this Doc View Sourcematrix
Declaration
Matrix4x4 matrix { get; }Property Value
| Type | Description | 
|---|---|
| Matrix4x4 | 
position
Declaration
Vector3 position { get; set; }Property Value
| Type | Description | 
|---|---|
| Vector3 | 
rotation
Declaration
Quaternion rotation { get; set; }Property Value
| Type | Description | 
|---|---|
| Quaternion | 
scale
Declaration
Vector3 scale { get; set; }Property Value
| Type | Description | 
|---|---|
| Vector3 |