Version: 2017.3
public static bool ToggleLeft (Rect position, string label, bool value, GUIStyle labelStyle= EditorStyles.label);
public static bool ToggleLeft (Rect position, GUIContent label, bool value, GUIStyle labelStyle= EditorStyles.label);

Parameters

position @param position Прямоугольник, в котором будет находиться метка.
label Label to display next to the toggle.
value @param value Значение для редактирования.
labelStyle @param position Прямоугольник, в котором будет находиться метка.

Returns

bool Значение, введенное пользователем.

Description

Make 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.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961