Version: 2017.2

UnityEvent.RemoveListener

Cambiar al Manual
public void RemoveListener (Events.UnityAction call);

Parámetros

call Callback function.

Descripción

Remove a non persistent listener from the UnityEvent.

Use this to remove a runtime callback.