Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimationPlayableOutputExtensions

Static class providing experimental extension methods for AnimationPlayableOutput.
Read time 1 minuteLast updated 11 days ago

Definition

public static class AnimationPlayableOutputExtensions

Remarks

The extension methods in this class can directly be used on an AnimationPlayableOutput.
Additional Resources: AnimationPlayableOutput.

Static Methods

Method

Description

GetAnimationStreamSourceGets the stream source of the specified AnimationPlayableOutput.
GetSortingOrderGets the priority index of the specified AnimationPlayableOutput.
SetAnimationStreamSourceSets the stream source for the specified AnimationPlayableOutput.
SetSortingOrderSets the sorting order for the specified AnimationPlayableOutput.