Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closecall | Callback function. |
Remove a non-persistent listener from the UnityEvent.
Use this to remove callback that was added at runtime.
Only non-persistent listeners (i.e. listeners that were added at runtime using UnityEvent.AddListener) can be removed at runtime. If you add new delegates via the inspector they are "persistent" and can't be removed by script.