C# Class NoteEditor.Utility.UIBehaviourExtensions

ファイルを表示 Open project: setchi/NoteEditor

Public Methods

Method Description
AddListener ( this uiBehaviour, EventTriggerType eventID, UnityAction callback ) : void
RemoveAllListeners ( this uiBehaviour, EventTriggerType eventID ) : void

Method Details

AddListener() public static method

public static AddListener ( this uiBehaviour, EventTriggerType eventID, UnityAction callback ) : void
uiBehaviour this
eventID EventTriggerType
callback UnityAction
return void

RemoveAllListeners() public static method

public static RemoveAllListeners ( this uiBehaviour, EventTriggerType eventID ) : void
uiBehaviour this
eventID EventTriggerType
return void