Class Tools
Assembly: UnityEditor.dll
public sealed class Tools : ScriptableObject
Properties
|
Improve this Doc
View Source
Declaration
public static Tool current { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static Vector3 handlePosition { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static Rect handleRect { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static Quaternion handleRectRotation { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static Quaternion handleRotation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static bool hidden { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static int lockedLayers { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static PivotMode pivotMode { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static PivotRotation pivotRotation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static bool rectBlueprintMode { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static ViewTool viewTool { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public static int visibleLayers { get; set; }
Property Value
Extension Methods