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

AnimationPlayable.RemoveInput

Cambiar al Manual
public bool RemoveInput (int index);

Parámetros

index Index of the playable to remove.

Valor de retorno

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

Descripción

Removes a playable from the list of inputs.


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

Parámetros

playable The Playable to remove.

Valor de retorno

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

Descripción

Removes a playable from the list of inputs.