C# Class EmitterEventTrigger, Pharos

Simple trigger class that registers to events and sends a message
Inheritance: MonoBehaviour
显示文件 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_oe property

The type of event you want to watch
public MBEventType Event
return MBEventType

Method public_oe property

The SendMessage method to call
public string Method
return string

Target public_oe property

The SendMessage target
public MonoBehaviour Target
return MonoBehaviour