Interface ITransform
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface ITransform
Properties
Matrix
Declaration
Matrix4x4 Matrix { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Matrix4x4 |
Position
Declaration
Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Vector3 |
Rotation
Declaration
Quaternion Rotation { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Quaternion |
Scale
Declaration
Vector3 Scale { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Vector3 |