Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
EmitterEventTrigger
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