Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

UnityEvent.RemoveListener

public void RemoveListener(Events.UnityAction call);

Parameters

call Callback function.

Description

Remove a non persistent listener from the UnityEvent.

Use this to remove a runtime callback.