C# Class PuzzleEvent, Hellbound

Inheritance: Event
Afficher le fichier Open project: Backman/Hellbound Class Usage Examples

Méthodes publiques

Méthode Description
cancel ( string eventName ) : void
isEventCancelled ( string eventName ) : bool
trigger ( string eventName, GameObject obj, bool triggerOnlyForMe ) : void

Method Details

cancel() public static méthode

public static cancel ( string eventName ) : void
eventName string
Résultat void

isEventCancelled() public static méthode

public static isEventCancelled ( string eventName ) : bool
eventName string
Résultat bool

trigger() public static méthode

public static trigger ( string eventName, GameObject obj, bool triggerOnlyForMe ) : void
eventName string
obj GameObject
triggerOnlyForMe bool
Résultat void