Version: 5.5
Experimental: this API is experimental and might be changed or removed in the future.

AnimationPlayable.RemoveInput

Switch to Manual
public bool RemoveInput (int index);

Parameters

index Index of the playable to remove.

Returns

bool Returns false if the removal could not be removed because it wasn't found.

Description

Removes a playable from the list of inputs.


public bool RemoveInput (Experimental.Director.Playable playable);

Parameters

playable The Playable to remove.

Returns

bool Returns false if the removal could not be removed because it wasn't found.

Description

Removes a playable from the list of inputs.