Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSortingOrder(AnimationPlayableOutput, ushort)

Sets the sorting order for the specified AnimationPlayableOutput.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. Use AnimationPlayableOutput.SetSortingOrder(ushort) instead
public static void SetSortingOrder(this AnimationPlayableOutput output, ushort sortingOrder)

Parameters

The AnimationPlayableOutput instance that calls this method.

sortingOrder

The sorting order to apply to this output.