SetActivePivotRotation
Sets the active pivot rotation to the specified type.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
SetActivePivotRotation<T>()
Sets the active pivot rotation to the specified type.
public static void SetActivePivotRotation<T>() where T : CustomPivotRotation
SetActivePivotRotation(Type)
Sets the active pivot rotation to the specified type.
public static void SetActivePivotRotation(Type pivotRotationType)
Parameters
The type of the pivot rotation to set as active.