Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, int)

Creates an AnimationMixerPlayable in the PlayableGraph.
Read time 1 minuteLast updated 8 days ago

Definition

public static AnimationMixerPlayable Create(PlayableGraph graph, int inputCount = 0)

Parameters

The PlayableGraph that will contain the new AnimationMixerPlayable.

inputCount

The number of inputs that the mixer will update.

Returns

Type

Description

AnimationMixerPlayableReturns a new AnimationMixerPlayable linked to the PlayableGraph.