C# 클래스 MBSendMessageTarget, Pharos

파일 보기 프로젝트 열기: rstaewen/Pharos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MethodName string
Target GameObject

공개 메소드들

메소드 설명
Invoke ( MBEvent, e ) : void
MBSendMessageTarget ( ) : System.Collections.Generic
MBSendMessageTarget ( GameObject target, string methodName ) : System.Collections.Generic
Prepare ( ) : void

메소드 상세

Invoke() 공개 메소드

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

MBSendMessageTarget() 공개 메소드

public MBSendMessageTarget ( ) : System.Collections.Generic
리턴 System.Collections.Generic

MBSendMessageTarget() 공개 메소드

public MBSendMessageTarget ( GameObject target, string methodName ) : System.Collections.Generic
target GameObject
methodName string
리턴 System.Collections.Generic

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

프로퍼티 상세

MethodName 공개적으로 프로퍼티

public string MethodName
리턴 string

Target 공개적으로 프로퍼티

public GameObject Target
리턴 GameObject