AddInput | Adds an Playable as an input. |
CastTo | You can use the CastTo operator to perform certain types of conversions between compatible reference types or nullable types. |
Destroy | Call this method to release the resources allocated by the 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 | Replaces existing inputs with the supplied collection of Playable. |
SetInputWeight | Set the weight of an input. |