SetSortingOrder(AnimationPlayableOutput, ushort)
Sets the sorting order for the specified AnimationPlayableOutput.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Animations
- Assembly: UnityEngine.AnimationModule
public static void SetSortingOrder(this AnimationPlayableOutput output, ushort sortingOrder)
Parameters
The AnimationPlayableOutput instance that calls this method.
The sorting order to apply to this output.