CustomPivotAttribute(string, Type, Type)
Registers a CustomPivotMode or CustomPivotRotation as an additional option to the Editor's built-in pivot mode or rotation settings.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.EditorTools
- Assembly: UnityEditor
public CustomPivotAttribute(string displayName, Type targetTool = null, Type targetToolContext = null)
Parameters
The name to display in the Editor's UI for this pivot setting.
If provided, the pivot setting is only available when the ToolManager.activeToolType is equal to targetTool.
If provided, the pivot setting is only available when the ToolManager.activeContextType is equal to targetToolContext.