UnityEvent.RemoveListener

public void RemoveListener(Events.UnityAction call);

Parameters

callCallback function.

Description 描述

Remove a non persistent listener from the UnityEvent.

Use this to remove a runtime callback.