Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close Submission failedFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close Your name Your email Suggestion* Declarationpublic static bool
ToggleLeft(
Rect position, string
label, bool
value,
GUIStyle labelStyle= EditorStyles.label);
Declarationpublic static bool
ToggleLeft(
Rect position,
GUIContent label, bool
value,
GUIStyle labelStyle= EditorStyles.label);
Parameters Parameter Description position Rectangle on the screen to use for the toggle. label Label to display next to the toggle. value The value to edit. labelStyle Optional GUIStyle to use for the label. Returnsbool The value set by the user.
DescriptionMakes a toggle field where the toggle is to the left and the label immediately to the right of it.
EditorGUI.ToggleLeft is similar to GUI.Toggle but respects the EditorGUI.showMixedValue property and handles keyboard focus consistent with other Editor controls.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4