C# 클래스 EmitterEventTrigger, Pharos

Simple trigger class that registers to events and sends a message
상속: MonoBehaviour
파일 보기 프로젝트 열기: rstaewen/Pharos

공개 프로퍼티들

프로퍼티 타입 설명
Event MBEventType
Method string
Target MonoBehaviour

공개 메소드들

메소드 설명
OnEnable ( ) : void
emEvent ( MBEvent, e ) : void

메소드 상세

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

emEvent() 공개 메소드

public emEvent ( MBEvent, e ) : void
e MBEvent,
리턴 void

프로퍼티 상세

Event 공개적으로 프로퍼티

The type of event you want to watch
public MBEventType Event
리턴 MBEventType

Method 공개적으로 프로퍼티

The SendMessage method to call
public string Method
리턴 string

Target 공개적으로 프로퍼티

The SendMessage target
public MonoBehaviour Target
리턴 MonoBehaviour