C# 클래스 MBEditorEmitterTypeHandler, Pharos

Base MBEmitterType's GUI handler class
파일 보기 프로젝트 열기: rstaewen/Pharos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NeedRepaint bool

공개 메소드들

메소드 설명
BaseOnGUI ( ) : void
OnGUI ( ) : void

메소드 상세

BaseOnGUI() 공개 메소드

public BaseOnGUI ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

NeedRepaint 공개적으로 프로퍼티

If true, the Magical Box window will be repainted
public bool NeedRepaint
리턴 bool