Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSortingOrder(AnimationPlayableOutput)

Gets the priority index of the specified AnimationPlayableOutput.
Read time 1 minuteLast updated 13 days ago

Definition

Warning
Deprecated. Use AnimationPlayableOutput.GetSortingOrder() instead
public static ushort GetSortingOrder(this AnimationPlayableOutput output)

Parameters

The AnimationPlayableOutput instance that calls this method.

Returns

Type

Description

ushortReturns the sorting order of the output.

Remarks

Default sorting order is set to 100.