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

AnimationPlayable.RemoveInput

매뉴얼로 전환
public bool RemoveInput (int index);
public bool RemoveInput (Experimental.Director.AnimationPlayable playable);

파라미터

index Index of the playable to remove.
playable AnimationPlayable to remove.

반환

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

설명

Removes a playable from the list of inputs.