C# 클래스 MBEditorParameterHandler, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
NeedRepaint bool

공개 메소드들

메소드 설명
OnBirthGUI ( ) : void

Place parameter's initial (+AnimatedBirth) GUI code here

OnDestroy ( ) : void
OnLifetimeGUI ( ) : void

Place parameter's AnimatedLifetime GUI code here (if any)

메소드 상세

OnBirthGUI() 공개 메소드

Place parameter's initial (+AnimatedBirth) GUI code here
public OnBirthGUI ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnLifetimeGUI() 공개 메소드

Place parameter's AnimatedLifetime GUI code here (if any)
public OnLifetimeGUI ( ) : void
리턴 void

프로퍼티 상세

NeedRepaint 공개적으로 프로퍼티

If true, the Magical Box window will be repainted
Use this to force the editor window to repaint when you need it
public bool NeedRepaint
리턴 bool