C# 클래스 vp_EditorGUIUtility, OZML

파일 보기 프로젝트 열기: merveilles/OZML

공개 메소드들

메소드 설명
ButtonToggle ( string label, bool state ) : bool
SectionButton ( string label, bool state ) : bool
Separator ( ) : void

메소드 상세

ButtonToggle() 공개 정적인 메소드

public static ButtonToggle ( string label, bool state ) : bool
label string
state bool
리턴 bool

SectionButton() 공개 정적인 메소드

public static SectionButton ( string label, bool state ) : bool
label string
state bool
리턴 bool

Separator() 공개 정적인 메소드

public static Separator ( ) : void
리턴 void