C# Class NashTools.EventManager

Afficher le fichier Open project: JordanStone/ExorcistForHire

Méthodes publiques

Méthode Description
AddListener ( int eventIndex, OnEvent listener ) : void
Cleanup ( ) : void
Init ( ) : void
PostNotification ( int eventIndex, Component sender, object param = null ) : void
RemoveEvent ( int eventIndex ) : void

Method Details

AddListener() public static méthode

public static AddListener ( int eventIndex, OnEvent listener ) : void
eventIndex int
listener OnEvent
Résultat void

Cleanup() public static méthode

public static Cleanup ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

PostNotification() public static méthode

public static PostNotification ( int eventIndex, Component sender, object param = null ) : void
eventIndex int
sender UnityEngine.Component
param object
Résultat void

RemoveEvent() public static méthode

public static RemoveEvent ( int eventIndex ) : void
eventIndex int
Résultat void