GetSortingOrder(AnimationPlayableOutput)
Gets the priority index of the specified AnimationPlayableOutput.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Animations
- Assembly: UnityEngine.AnimationModule
public static ushort GetSortingOrder(this AnimationPlayableOutput output)
Parameters
The AnimationPlayableOutput instance that calls this method.
Returns
Type | Description |
|---|---|
| ushort | Returns the sorting order of the output. |
Remarks
Default sorting order is set to 100.