C# Class NoteEditor.Utility.UIBehaviourExtensions

Afficher le fichier Open project: setchi/NoteEditor

Méthodes publiques

Méthode Description
AddListener ( this uiBehaviour, EventTriggerType eventID, UnityAction callback ) : void
RemoveAllListeners ( this uiBehaviour, EventTriggerType eventID ) : void

Method Details

AddListener() public static méthode

public static AddListener ( this uiBehaviour, EventTriggerType eventID, UnityAction callback ) : void
uiBehaviour this
eventID EventTriggerType
callback UnityAction
Résultat void

RemoveAllListeners() public static méthode

public static RemoveAllListeners ( this uiBehaviour, EventTriggerType eventID ) : void
uiBehaviour this
eventID EventTriggerType
Résultat void