C# Class vp_EditorGUIUtility, OZML

ファイルを表示 Open project: merveilles/OZML

Public Methods

Method Description
ButtonToggle ( string label, bool state ) : bool
SectionButton ( string label, bool state ) : bool
Separator ( ) : void

Method Details

ButtonToggle() public static method

public static ButtonToggle ( string label, bool state ) : bool
label string
state bool
return bool

SectionButton() public static method

public static SectionButton ( string label, bool state ) : bool
label string
state bool
return bool

Separator() public static method

public static Separator ( ) : void
return void