Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

AnimationPlayable.RemoveInput

Switch to Manual
public bool RemoveInput(int index);
public bool RemoveInput(Experimental.Director.AnimationPlayable playable);

Parameters

index Index of the playable to remove.
playable AnimationPlayable 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.