Version: 2017.2

UnityEvent.RemoveListener

Switch to Manual
public void RemoveListener (Events.UnityAction call);

Parameters

call @param call Функция обратного вызова (Callback).

Description

Remove a non persistent listener from the UnityEvent.

Use this to remove a runtime callback.