Struct TransformAccess
Assembly: UnityEngine.dll
public struct TransformAccess
Properties
|
Improve this Doc
View Source
Declaration
public Vector3 localPosition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Quaternion localRotation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector3 localScale { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector3 position { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Quaternion rotation { get; set; }
Property Value
Extension Methods