EditorGUI.Toggle

static function Toggle (position : Rect, value : boolean) : boolean

static function Toggle (position : Rect, label : String, value : boolean) : boolean

static function Toggle (position : Rect, value : boolean, style : GUIStyle) : boolean

static function Toggle (position : Rect, label : String, value : boolean, style : GUIStyle) : boolean

static function Toggle (position : Rect, label : GUIContent, value : boolean) : boolean

static function Toggle (position : Rect, label : GUIContent, value : boolean, style : GUIStyle) : boolean

Description