Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
EmitterEventTrigger
C# Class EmitterEventTrigger, Pharos
Simple trigger class that registers to events and sends a message
Inheritance:
MonoBehaviour
Show file
Open project: rstaewen/Pharos
Public Properties
Property
Type
Description
Event
MBEventType
Method
string
Target
MonoBehaviour
Public Methods
Method
Description
OnEnable
( ) :
void
emEvent
(
MBEvent,
e
) :
void
Method Details
OnEnable()
public
method
public
OnEnable
( ) :
void
return
void
emEvent()
public
method
public
emEvent
(
MBEvent,
e
) :
void
e
MBEvent,
return
void
Property Details
Event
public property
The type of event you want to watch
public
MBEventType
Event
return
MBEventType
Method
public property
The SendMessage method to call
public
string
Method
return
string
Target
public property
The SendMessage target
public
MonoBehaviour
Target
return
MonoBehaviour