C# Class vp_EditorGUIUtility, OZML

Afficher le fichier Open project: merveilles/OZML

Méthodes publiques

Méthode Description
ButtonToggle ( string label, bool state ) : bool
SectionButton ( string label, bool state ) : bool
Separator ( ) : void

Method Details

ButtonToggle() public static méthode

public static ButtonToggle ( string label, bool state ) : bool
label string
state bool
Résultat bool

SectionButton() public static méthode

public static SectionButton ( string label, bool state ) : bool
label string
state bool
Résultat bool

Separator() public static méthode

public static Separator ( ) : void
Résultat void