Version: 2017.2
public void AddListener (Events.UnityAction call);

Parameters

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

Description

Add a non persistent listener to the UnityEvent.

Use this to add a runtime callback.