Version: 2022.1

UnityEvent.RemoveListener

切换到手册
public void RemoveListener (Events.UnityAction call);

参数

call 回调函数。

描述

Remove a non persistent listener from the UnityEvent. If you have added the same listener multiple times, this method will remove all occurrences of it.

使用此参数可删除运行时回调。