Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationPlayable.RemoveInput

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.