Show / Hide Table of Contents

Class TransformUtils

Inheritance
Object
TransformUtils
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public static class TransformUtils

Methods

| Improve this Doc View Source

GetInspectorRotation(Transform)

Declaration
public static Vector3 GetInspectorRotation(Transform t)
Parameters
Type Name Description
Transform t
Returns
Type Description
Vector3
| Improve this Doc View Source

SetInspectorRotation(Transform, Vector3)

Declaration
public static void SetInspectorRotation(Transform t, Vector3 r)
Parameters
Type Name Description
Transform t
Vector3 r
  • Improve this Doc
  • View Source
Back to top Generated by DocFX