AddInput | Adds an Playable as an input. |
CastTo | You can use the CastTo method to perform certain types of conversions between compatible reference types or nullable types. |
Destroy | Call this method to release the resources associated to this Playable. |
GetInput | Returns the Playable connected at the specified index. |
GetInputWeight | Get the weight of the Playable at a specified index. |
GetOutput | Returns the Playable connected at the specified output index. |
IsValid | Returns true if the Playable is valid. A playable can be invalid if it was disposed. This is different from a Null playable. |
RemoveAllInputs | Disconnects all input playables. |
RemoveInput | Removes a playable from the list of inputs. |
SetInput | Sets an Playable as an input. |
SetInputs | Automatically creates an AnimationClipPlayable for each supplied AnimationClip, then sets them as inputs to the mixer. |
SetInputWeight | Sets the weight of an input. |