C# Class EmitterEventTrigger, Pharos

Simple trigger class that registers to events and sends a message
Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Свойство Type Description
Event MBEventType
Method string
Target MonoBehaviour

Méthodes publiques

Méthode Description
OnEnable ( ) : void
emEvent ( MBEvent, e ) : void

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

emEvent() public méthode

public emEvent ( MBEvent, e ) : void
e MBEvent,
Résultat void

Property Details

Event public_oe property

The type of event you want to watch
public MBEventType Event
Résultat MBEventType

Method public_oe property

The SendMessage method to call
public string Method
Résultat string

Target public_oe property

The SendMessage target
public MonoBehaviour Target
Résultat MonoBehaviour