Class ElementFactory
Properties
labelMarginRight
public float labelMarginRight { get; }
marginVertical
public float marginVertical { get; }
marginHorizontal
public float marginHorizontal { get; }
borderRadius
public float borderRadius { get; }
textShadowBlur
public float textShadowBlur { get; }
textShadowOffset
public Vector2 textShadowOffset { get; }
hoverColor
public Color hoverColor { get; }
borderColor
public Color borderColor { get; }
splitlineColor
public Color splitlineColor { get; }
softWhiteColor
public Color softWhiteColor { get; }
highlightColor
public Color highlightColor { get; }
textShadowColor
public Color textShadowColor { get; }
Constructors
ElementFactory()
public ElementFactory()
ElementFactory(UndoSystem undoSystem)
public ElementFactory(UndoSystem undoSystem)
Methods
void ResetLabelWidth()
public void ResetLabelWidth()
void SetLabelWidth(float width, [LengthUnit lengthUnit = null])
public void SetLabelWidth(float width, [LengthUnit lengthUnit = null])
virtual Table CreateTable()
public virtual Table CreateTable()
Table CreateTable(TableHeadInfo[] tableHeadInfos)
public Table CreateTable(TableHeadInfo[] tableHeadInfos)
virtual HyperlinkText CreateHyperlinkText()
public virtual HyperlinkText CreateHyperlinkText()
HyperlinkText CreateHyperlinkText(string text)
public HyperlinkText CreateHyperlinkText(string text)
HyperlinkText CreateHyperlinkText(Action onClickCallback)
public HyperlinkText CreateHyperlinkText(Action onClickCallback)
HyperlinkText CreateHyperlinkText(string text, Action onClickCallback)
public HyperlinkText CreateHyperlinkText(string text, Action onClickCallback)
virtual EditorElement CreateEditorElement()
public virtual EditorElement CreateEditorElement()
EditorElement CreateEditorElement(Color backgroundColor)
public EditorElement CreateEditorElement(Color backgroundColor)
EditorElement CreateEditorElementWithName(string name)
public EditorElement CreateEditorElementWithName(string name)
EditorElement CreateEditorElementWithName(string name, Color backgroundColor)
public EditorElement CreateEditorElementWithName(string name, Color backgroundColor)
virtual Row CreateRow()
public virtual Row CreateRow()
Row CreateRow(float flexGrow)
public Row CreateRow(float flexGrow)
Row CreateRow(VisualElement child)
public Row CreateRow(VisualElement child)
Row CreateRow(VisualElement child, float flexGrow)
public Row CreateRow(VisualElement child, float flexGrow)
Row CreateRow(VisualElement child1, VisualElement child2, [float flexGrow = 1])
public Row CreateRow(VisualElement child1, VisualElement child2, [float flexGrow = 1])
Row CreateRowWithName(string name)
public Row CreateRowWithName(string name)
Row CreateRowWithName(string name, float flexGrow)
public Row CreateRowWithName(string name, float flexGrow)
virtual Column CreateColumn()
public virtual Column CreateColumn()
Column CreateColumn(float flexGrow)
public Column CreateColumn(float flexGrow)
Column CreateColumn(VisualElement child)
public Column CreateColumn(VisualElement child)
Column CreateColumn(VisualElement child, float flexGrow)
public Column CreateColumn(VisualElement child, float flexGrow)
Column CreateColumnWithName(string name)
public Column CreateColumnWithName(string name)
Column CreateColumnWithName(string name, float flexGrow)
public Column CreateColumnWithName(string name, float flexGrow)
virtual Box CreateBox()
public virtual Box CreateBox()
Box CreateBox(Color backgroundColor)
public Box CreateBox(Color backgroundColor)
virtual SidebarView CreateSidebarView()
public virtual SidebarView CreateSidebarView()
SidebarView CreateSidebarView(Action<int> onIndexChangedCallback)
public SidebarView CreateSidebarView(Action<int> onIndexChangedCallback)
SidebarView CreateSidebarViewWithName(string name)
public SidebarView CreateSidebarViewWithName(string name)
virtual ToolView CreateToolView()
public virtual ToolView CreateToolView()
ToolView CreateToolView(float toolBarHeight)
public ToolView CreateToolView(float toolBarHeight)
ToolView CreateToolView(float toolBarHeight, Action<int> onIndexChangedCallback)
public ToolView CreateToolView(float toolBarHeight, Action<int> onIndexChangedCallback)
ToolView CreateToolView(Action<int> onIndexChangedCallback)
public ToolView CreateToolView(Action<int> onIndexChangedCallback)
ToolView CreateToolViewWithName(string name)
public ToolView CreateToolViewWithName(string name)
virtual VerticalSplitline CreateVerticalSplitline()
public virtual VerticalSplitline CreateVerticalSplitline()
VerticalSplitline CreateVerticalSplitline(float width)
public VerticalSplitline CreateVerticalSplitline(float width)
VerticalSplitline CreateVerticalSplitline(Color color, [float width = 1])
public VerticalSplitline CreateVerticalSplitline(Color color, [float width = 1])
VerticalSplitline CreateVerticalSplitlineWithName(string name)
public VerticalSplitline CreateVerticalSplitlineWithName(string name)
VerticalSplitline CreateVerticalSplitlineWithName(string name, float width)
public VerticalSplitline CreateVerticalSplitlineWithName(string name, float width)
VerticalSplitline CreateVerticalSplitlineWithName(string name, Color color, [float width = 1])
public VerticalSplitline CreateVerticalSplitlineWithName(string name, Color color, [float width = 1])
virtual HorizontalSplitline CreateHorizontalSplitline()
public virtual HorizontalSplitline CreateHorizontalSplitline()
HorizontalSplitline CreateHorizontalSplitline(float height)
public HorizontalSplitline CreateHorizontalSplitline(float height)
HorizontalSplitline CreateHorizontalSplitline(Color color, [float height = 1])
public HorizontalSplitline CreateHorizontalSplitline(Color color, [float height = 1])
HorizontalSplitline CreateHorizontalSplitlineWithName(string name)
public HorizontalSplitline CreateHorizontalSplitlineWithName(string name)
HorizontalSplitline CreateHorizontalSplitlineWithName(string name, float height)
public HorizontalSplitline CreateHorizontalSplitlineWithName(string name, float height)
HorizontalSplitline CreateHorizontalSplitlineWithName(string name, Color color, [float height = 1])
public HorizontalSplitline CreateHorizontalSplitlineWithName(string name, Color color, [float height = 1])
virtual Vector2Field CreateVector2Field()
public virtual Vector2Field CreateVector2Field()
Vector2Field CreateVector2Field(LabelContent label)
public Vector2Field CreateVector2Field(LabelContent label)
Vector2Field CreateVector2Field(LabelContent label, Vector2 defaultValue)
public Vector2Field CreateVector2Field(LabelContent label, Vector2 defaultValue)
Vector2Field CreateVector2Field(LabelContent label, Action<Vector2> onValueChangedCallback)
public Vector2Field CreateVector2Field(LabelContent label, Action<Vector2> onValueChangedCallback)
Vector2Field CreateVector2Field(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
public Vector2Field CreateVector2Field(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
Vector2Field CreateVector2Field(Action<Vector2> onValueChangedCallback)
public Vector2Field CreateVector2Field(Action<Vector2> onValueChangedCallback)
Vector2Field CreateVector2FieldWithoutLabel(Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
public Vector2Field CreateVector2FieldWithoutLabel(Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
Vector2Field CreateVector2FieldWithName(string name)
public Vector2Field CreateVector2FieldWithName(string name)
virtual Vector3Field CreateVector3Field()
public virtual Vector3Field CreateVector3Field()
Vector3Field CreateVector3Field(LabelContent label)
public Vector3Field CreateVector3Field(LabelContent label)
Vector3Field CreateVector3Field(LabelContent label, Vector3 defaultValue)
public Vector3Field CreateVector3Field(LabelContent label, Vector3 defaultValue)
Vector3Field CreateVector3Field(LabelContent label, Action<Vector3> onValueChangedCallback)
public Vector3Field CreateVector3Field(LabelContent label, Action<Vector3> onValueChangedCallback)
Vector3Field CreateVector3Field(LabelContent label, Vector3 defaultValue, Action<Vector3> onValueChangedCallback)
public Vector3Field CreateVector3Field(LabelContent label, Vector3 defaultValue, Action<Vector3> onValueChangedCallback)
Vector3Field CreateVector3Field(Action<Vector3> onValueChangedCallback)
public Vector3Field CreateVector3Field(Action<Vector3> onValueChangedCallback)
Vector3Field CreateVector3FieldWithName(string name)
public Vector3Field CreateVector3FieldWithName(string name)
virtual Vector4Field CreateVector4Field()
public virtual Vector4Field CreateVector4Field()
Vector4Field CreateVector4Field(LabelContent label)
public Vector4Field CreateVector4Field(LabelContent label)
Vector4Field CreateVector4Field(LabelContent label, Vector4 defaultValue)
public Vector4Field CreateVector4Field(LabelContent label, Vector4 defaultValue)
Vector4Field CreateVector4Field(LabelContent label, Action<Vector4> onValueChangedCallback)
public Vector4Field CreateVector4Field(LabelContent label, Action<Vector4> onValueChangedCallback)
Vector4Field CreateVector4Field(LabelContent label, Vector4 defaultValue, Action<Vector4> onValueChangedCallback)
public Vector4Field CreateVector4Field(LabelContent label, Vector4 defaultValue, Action<Vector4> onValueChangedCallback)
Vector4Field CreateVector4Field(Action<Vector4> onValueChangedCallback)
public Vector4Field CreateVector4Field(Action<Vector4> onValueChangedCallback)
Vector4Field CreateVector4FieldWithName(string name)
public Vector4Field CreateVector4FieldWithName(string name)
virtual Vector2IntField CreateVector2IntField()
public virtual Vector2IntField CreateVector2IntField()
Vector2IntField CreateVector2IntField(LabelContent label)
public Vector2IntField CreateVector2IntField(LabelContent label)
Vector2IntField CreateVector2IntField(LabelContent label, Action<Vector2Int> onValueChangedCallback)
public Vector2IntField CreateVector2IntField(LabelContent label, Action<Vector2Int> onValueChangedCallback)
Vector2IntField CreateVector2IntField(LabelContent label, Vector2Int defaultValue)
public Vector2IntField CreateVector2IntField(LabelContent label, Vector2Int defaultValue)
Vector2IntField CreateVector2IntField(LabelContent label, Vector2Int defaultValue, Action<Vector2Int> onValueChangedCallback)
public Vector2IntField CreateVector2IntField(LabelContent label, Vector2Int defaultValue, Action<Vector2Int> onValueChangedCallback)
Vector2IntField CreateVector2IntField(Action<Vector2Int> onValueChangedCallback)
public Vector2IntField CreateVector2IntField(Action<Vector2Int> onValueChangedCallback)
Vector2IntField CreateVector2IntFieldWithName(string name)
public Vector2IntField CreateVector2IntFieldWithName(string name)
virtual Vector3IntField CreateVector3IntField()
public virtual Vector3IntField CreateVector3IntField()
Vector3IntField CreateVector3IntField(LabelContent label)
public Vector3IntField CreateVector3IntField(LabelContent label)
Vector3IntField CreateVector3IntField(LabelContent label, Vector3Int defaultValue)
public Vector3IntField CreateVector3IntField(LabelContent label, Vector3Int defaultValue)
Vector3IntField CreateVector3IntField(LabelContent label, Vector3Int defaultValue, Action<Vector3Int> onValueChangedCallback)
public Vector3IntField CreateVector3IntField(LabelContent label, Vector3Int defaultValue, Action<Vector3Int> onValueChangedCallback)
Vector3IntField CreateVector3IntField(Action<Vector3Int> onValueChangedCallback)
public Vector3IntField CreateVector3IntField(Action<Vector3Int> onValueChangedCallback)
Vector3IntField CreateVector3IntFieldWithName(string name)
public Vector3IntField CreateVector3IntFieldWithName(string name)
virtual DirectionField CreateDirectionField()
public virtual DirectionField CreateDirectionField()
DirectionField CreateDirectionField(LabelContent label)
public DirectionField CreateDirectionField(LabelContent label)
DirectionField CreateDirectionField(LabelContent label, Vector2 defaultValue)
public DirectionField CreateDirectionField(LabelContent label, Vector2 defaultValue)
DirectionField CreateDirectionField(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
public DirectionField CreateDirectionField(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
DirectionField CreateDirectionField(Action<Vector2> onValueChangedCallback)
public DirectionField CreateDirectionField(Action<Vector2> onValueChangedCallback)
DirectionField CreateDirectionFieldWithName(string name)
public DirectionField CreateDirectionFieldWithName(string name)
virtual PointField CreatePointField()
public virtual PointField CreatePointField()
PointField CreatePointField(LabelContent label)
public PointField CreatePointField(LabelContent label)
PointField CreatePointField(LabelContent label, float aspect)
public PointField CreatePointField(LabelContent label, float aspect)
PointField CreatePointField(LabelContent label, Vector2 defaultValue)
public PointField CreatePointField(LabelContent label, Vector2 defaultValue)
PointField CreatePointField(LabelContent label, Vector2 defaultValue, float aspect)
public PointField CreatePointField(LabelContent label, Vector2 defaultValue, float aspect)
PointField CreatePointField(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
public PointField CreatePointField(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
PointField CreatePointField(LabelContent label, Vector2 defaultValue, float aspect, Action<Vector2> onValueChangedCallback)
public PointField CreatePointField(LabelContent label, Vector2 defaultValue, float aspect, Action<Vector2> onValueChangedCallback)
PointField CreatePointField(Action<Vector2> onValueChangedCallback)
public PointField CreatePointField(Action<Vector2> onValueChangedCallback)
PointField CreatePointField(Action<Vector2> onValueChangedCallback, float aspect)
public PointField CreatePointField(Action<Vector2> onValueChangedCallback, float aspect)
PointField CreatePointFieldWithName(string name)
public PointField CreatePointFieldWithName(string name)
virtual Slider CreateSlider()
public virtual Slider CreateSlider()
Slider CreateSlider(LabelContent label)
public Slider CreateSlider(LabelContent label)
Slider CreateSlider(LabelContent label, float defaultValue)
public Slider CreateSlider(LabelContent label, float defaultValue)
Slider CreateSlider(LabelContent label, Action<float> onValueChangedCallback)
public Slider CreateSlider(LabelContent label, Action<float> onValueChangedCallback)
Slider CreateSlider(LabelContent label, float defaultValue, Action<float> onValueChangedCallback)
public Slider CreateSlider(LabelContent label, float defaultValue, Action<float> onValueChangedCallback)
Slider CreateSlider(LabelContent label, float minValue, float maxValue)
public Slider CreateSlider(LabelContent label, float minValue, float maxValue)
Slider CreateSlider(LabelContent label, float minValue, float maxValue, Action<float> onValueChangedCallback)
public Slider CreateSlider(LabelContent label, float minValue, float maxValue, Action<float> onValueChangedCallback)
Slider CreateSlider(LabelContent label, float defaultValue, float minValue, float maxValue)
public Slider CreateSlider(LabelContent label, float defaultValue, float minValue, float maxValue)
Slider CreateSlider(LabelContent label, float defaultValue, float minValue, float maxValue, Action<float> onValueChangedCallback)
public Slider CreateSlider(LabelContent label, float defaultValue, float minValue, float maxValue, Action<float> onValueChangedCallback)
Slider CreateSliderWithName(string name)
public Slider CreateSliderWithName(string name)
virtual SliderInt CreateSliderInt()
public virtual SliderInt CreateSliderInt()
SliderInt CreateSliderInt(LabelContent label)
public SliderInt CreateSliderInt(LabelContent label)
SliderInt CreateSliderInt(LabelContent label, int defaultValue)
public SliderInt CreateSliderInt(LabelContent label, int defaultValue)
SliderInt CreateSliderInt(LabelContent label, Action<int> onValueChangedCallback)
public SliderInt CreateSliderInt(LabelContent label, Action<int> onValueChangedCallback)
SliderInt CreateSliderInt(LabelContent label, int defaultValue, Action<int> onValueChangedCallback)
public SliderInt CreateSliderInt(LabelContent label, int defaultValue, Action<int> onValueChangedCallback)
SliderInt CreateSliderInt(LabelContent label, int minValue, int maxValue)
public SliderInt CreateSliderInt(LabelContent label, int minValue, int maxValue)
SliderInt CreateSliderInt(LabelContent label, int minValue, int maxValue, Action<int> onValueChangedCallback)
public SliderInt CreateSliderInt(LabelContent label, int minValue, int maxValue, Action<int> onValueChangedCallback)
SliderInt CreateSliderInt(LabelContent label, int defaultValue, int minValue, int maxValue)
public SliderInt CreateSliderInt(LabelContent label, int defaultValue, int minValue, int maxValue)
SliderInt CreateSliderInt(LabelContent label, int defaultValue, int minValue, int maxValue, Action<int> onValueChangedCallback)
public SliderInt CreateSliderInt(LabelContent label, int defaultValue, int minValue, int maxValue, Action<int> onValueChangedCallback)
SliderInt CreateSliderIntWithName(string name)
public SliderInt CreateSliderIntWithName(string name)
virtual MinMaxSlider CreateMinMaxSlider()
public virtual MinMaxSlider CreateMinMaxSlider()
MinMaxSlider CreateMinMaxSlider(LabelContent label)
public MinMaxSlider CreateMinMaxSlider(LabelContent label)
MinMaxSlider CreateMinMaxSlider(LabelContent label, Action<Vector2> onValueChangedCallback)
public MinMaxSlider CreateMinMaxSlider(LabelContent label, Action<Vector2> onValueChangedCallback)
MinMaxSlider CreateMinMaxSlider(LabelContent label, Vector2 defaultValue, float minLimit, float maxLimit)
public MinMaxSlider CreateMinMaxSlider(LabelContent label, Vector2 defaultValue, float minLimit, float maxLimit)
MinMaxSlider CreateMinMaxSlider(LabelContent label, Vector2 defaultValue, float minLimit, float maxLimit, Action<Vector2> onValueChangedCallback)
public MinMaxSlider CreateMinMaxSlider(LabelContent label, Vector2 defaultValue, float minLimit, float maxLimit, Action<Vector2> onValueChangedCallback)
MinMaxSlider CreateMinMaxSliderWithName(string name)
public MinMaxSlider CreateMinMaxSliderWithName(string name)
virtual MinMaxField CreateMinMaxField()
public virtual MinMaxField CreateMinMaxField()
MinMaxField CreateMinMaxField(LabelContent label)
public MinMaxField CreateMinMaxField(LabelContent label)
MinMaxField CreateMinMaxField(LabelContent label, Vector2 defaultValue)
public MinMaxField CreateMinMaxField(LabelContent label, Vector2 defaultValue)
MinMaxField CreateMinMaxField(LabelContent label, Action<Vector2> onValueChangedCallback)
public MinMaxField CreateMinMaxField(LabelContent label, Action<Vector2> onValueChangedCallback)
MinMaxField CreateMinMaxField(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
public MinMaxField CreateMinMaxField(LabelContent label, Vector2 defaultValue, Action<Vector2> onValueChangedCallback)
MinMaxField CreateMinMaxFieldWithName(string name)
public MinMaxField CreateMinMaxFieldWithName(string name)
virtual Label CreateLabel()
public virtual Label CreateLabel()
Label CreateLabel(LabelContent labelContent)
public Label CreateLabel(LabelContent labelContent)
virtual Text CreateText()
public virtual Text CreateText()
Text CreateText(float fontSize)
public Text CreateText(float fontSize)
Text CreateText(float fontSize, TextAnchor textAnchor)
public Text CreateText(float fontSize, TextAnchor textAnchor)
Text CreateText(string content)
public Text CreateText(string content)
Text CreateText(string content, bool multiline)
public Text CreateText(string content, bool multiline)
Text CreateText(string content, bool multiline, bool enableRichText)
public Text CreateText(string content, bool multiline, bool enableRichText)
Text CreateText(TextAnchor textAnchor)
public Text CreateText(TextAnchor textAnchor)
Text CreateText(string content, TextAnchor textAnchor)
public Text CreateText(string content, TextAnchor textAnchor)
Text CreateText(string content, float fontSize)
public Text CreateText(string content, float fontSize)
Text CreateText(string content, float fontSize, TextAnchor textAnchor)
public Text CreateText(string content, float fontSize, TextAnchor textAnchor)
Text CreateTextWithName(string name)
public Text CreateTextWithName(string name)
virtual Title CreateTitle()
public virtual Title CreateTitle()
Title CreateTitle(string titleText)
public Title CreateTitle(string titleText)
Title CreateTitle(string titleText, float fontSize)
public Title CreateTitle(string titleText, float fontSize)
Title CreateTitleWithName(string name)
public Title CreateTitleWithName(string name)
virtual ListView<T> CreateListView<T>()
public virtual ListView<T> CreateListView<T>()
ListView<T> CreateListView<T>(IList<T> data)
public ListView<T> CreateListView<T>(IList<T> data)
ListView<T> CreateListView<T>(Func<T, int, VisualElement> itemDrawFunction)
public ListView<T> CreateListView<T>(Func<T, int, VisualElement> itemDrawFunction)
ListView<T> CreateListView<T>(IList<T> data, Func<T, int, VisualElement> itemDrawFunction)
public ListView<T> CreateListView<T>(IList<T> data, Func<T, int, VisualElement> itemDrawFunction)
ListView<T> CreateListViewWithName<T>(string name)
public ListView<T> CreateListViewWithName<T>(string name)
virtual VerticalScrollView CreateVerticalScrollView()
public virtual VerticalScrollView CreateVerticalScrollView()
VerticalScrollView CreateVerticalScrollViewWithName(string name)
public VerticalScrollView CreateVerticalScrollViewWithName(string name)
virtual HorizontalSplitView CreateHorizontalSplitView()
public virtual HorizontalSplitView CreateHorizontalSplitView()
HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth)
public HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth)
HorizontalSplitView CreateHorizontalSplitView(Action<float> onFixedPaneWidthChangedCallback)
public HorizontalSplitView CreateHorizontalSplitView(Action<float> onFixedPaneWidthChangedCallback)
HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth, Action<float> onFixedPaneWidthChangedCallback)
public HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth, Action<float> onFixedPaneWidthChangedCallback)
HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth, float fixedPaneMinWidth)
public HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth, float fixedPaneMinWidth)
HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth, float fixedPaneMinWidth, Action<float> onFixedPaneWidthChangedCallback)
public HorizontalSplitView CreateHorizontalSplitView(float fixedPaneWidth, float fixedPaneMinWidth, Action<float> onFixedPaneWidthChangedCallback)
virtual ScrollView CreateScrollView()
public virtual ScrollView CreateScrollView()
ScrollView CreateScrollView(ScrollViewMode scrollViewMode)
public ScrollView CreateScrollView(ScrollViewMode scrollViewMode)
virtual VerticalSlideView CreateVerticalSlideView()
public virtual VerticalSlideView CreateVerticalSlideView()
VerticalSlideView CreateVerticalSlideView([float flexGrow = 1])
public VerticalSlideView CreateVerticalSlideView([float flexGrow = 1])
virtual HorizontalSlideView CreateHorizontalSlideView()
public virtual HorizontalSlideView CreateHorizontalSlideView()
HorizontalSlideView CreateHorizontalSlideView(float flexGrow)
public HorizontalSlideView CreateHorizontalSlideView(float flexGrow)
virtual VerticalHideableContainer CreateVerticalHideableContainer()
public virtual VerticalHideableContainer CreateVerticalHideableContainer()
VerticalHideableContainer CreateVerticalHideableContainer(bool show)
public VerticalHideableContainer CreateVerticalHideableContainer(bool show)
VerticalHideableContainer CreateVerticalHideableContainer(bool show, bool useContentWidth)
public VerticalHideableContainer CreateVerticalHideableContainer(bool show, bool useContentWidth)
virtual HelpBox CreateHelpBox()
public virtual HelpBox CreateHelpBox()
HelpBox CreateHelpBox(string message)
public HelpBox CreateHelpBox(string message)
HelpBox CreateHelpBox(float fontSize)
public HelpBox CreateHelpBox(float fontSize)
HelpBox CreateHelpBox(string message, float fontSize)
public HelpBox CreateHelpBox(string message, float fontSize)
HelpBox CreateHelpBoxWithName(string name)
public HelpBox CreateHelpBoxWithName(string name)
virtual Toggle CreateToggle()
public virtual Toggle CreateToggle()
Toggle CreateToggle(LabelContent label)
public Toggle CreateToggle(LabelContent label)
Toggle CreateToggle(LabelContent label, bool defaultValue)
public Toggle CreateToggle(LabelContent label, bool defaultValue)
Toggle CreateToggle(LabelContent label, bool defaultValue, Action<bool> onValueChangedCallback)
public Toggle CreateToggle(LabelContent label, bool defaultValue, Action<bool> onValueChangedCallback)
Toggle CreateToggle(LabelContent label, Action<bool> onValueChangedCallback)
public Toggle CreateToggle(LabelContent label, Action<bool> onValueChangedCallback)
Toggle CreateToggle(bool defaultValue)
public Toggle CreateToggle(bool defaultValue)
Toggle CreateToggle(bool defaultValue, Action<bool> onValueChangedCallback)
public Toggle CreateToggle(bool defaultValue, Action<bool> onValueChangedCallback)
Toggle CreateToggle(Action<bool> onValueChangedCallback)
public Toggle CreateToggle(Action<bool> onValueChangedCallback)
Toggle CreateToggleWithName(string name)
public Toggle CreateToggleWithName(string name)
virtual SlideToggle CreateSlideToggle()
public virtual SlideToggle CreateSlideToggle()
SlideToggle CreateSlideToggle(LabelContent label)
public SlideToggle CreateSlideToggle(LabelContent label)
SlideToggle CreateSlideToggle(LabelContent label, bool defaultValue)
public SlideToggle CreateSlideToggle(LabelContent label, bool defaultValue)
SlideToggle CreateSlideToggle(LabelContent label, bool defaultValue, Action<bool> onValueChangedCallback)
public SlideToggle CreateSlideToggle(LabelContent label, bool defaultValue, Action<bool> onValueChangedCallback)
SlideToggle CreateSlideToggle(bool defaultValue)
public SlideToggle CreateSlideToggle(bool defaultValue)
SlideToggle CreateSlideToggle(bool defaultValue, Action<bool> onValueChangedCallback)
public SlideToggle CreateSlideToggle(bool defaultValue, Action<bool> onValueChangedCallback)
virtual TextField CreateTextField()
public virtual TextField CreateTextField()
TextField CreateTextField(LabelContent label)
public TextField CreateTextField(LabelContent label)
TextField CreateTextField(LabelContent label, string defaultValue)
public TextField CreateTextField(LabelContent label, string defaultValue)
TextField CreateTextField(LabelContent label, Action<string> onValueChangedCallback)
public TextField CreateTextField(LabelContent label, Action<string> onValueChangedCallback)
TextField CreateTextField(LabelContent label, string defaultValue, Action<string> onValueChangedCallback)
public TextField CreateTextField(LabelContent label, string defaultValue, Action<string> onValueChangedCallback)
TextField CreateTextField(Action<string> onValueChangedCallback)
public TextField CreateTextField(Action<string> onValueChangedCallback)
TextField CreateTextFieldWithoutLabel(string defaultValue)
public TextField CreateTextFieldWithoutLabel(string defaultValue)
TextField CreateTextFieldWithoutLabel(string defaultValue, Action<string> onValueChangedCallback)
public TextField CreateTextFieldWithoutLabel(string defaultValue, Action<string> onValueChangedCallback)
TextField CreateTextFieldWithName(string name)
public TextField CreateTextFieldWithName(string name)
virtual SearchField CreateSearchField()
public virtual SearchField CreateSearchField()
SearchField CreateSearchField(LabelContent label)
public SearchField CreateSearchField(LabelContent label)
SearchField CreateSearchField(Action<string> onValueChangedCallback)
public SearchField CreateSearchField(Action<string> onValueChangedCallback)
SearchField CreateSearchField(LabelContent label, Action<string> onValueChangedCallback)
public SearchField CreateSearchField(LabelContent label, Action<string> onValueChangedCallback)
SearchField CreateSearchField(LabelContent label, string defaultValue, Action<string> onValueChangedCallback)
public SearchField CreateSearchField(LabelContent label, string defaultValue, Action<string> onValueChangedCallback)
SearchField CreateSearchField(LabelContent label, IList<string> choiceList)
public SearchField CreateSearchField(LabelContent label, IList<string> choiceList)
SearchField CreateSearchField(LabelContent label, string defaultValue, IList<string> choiceList)
public SearchField CreateSearchField(LabelContent label, string defaultValue, IList<string> choiceList)
SearchField CreateSearchField(LabelContent label, IList<string> choiceList, Action<string> onValueChangedCallback)
public SearchField CreateSearchField(LabelContent label, IList<string> choiceList, Action<string> onValueChangedCallback)
SearchField CreateSearchField(LabelContent label, string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
public SearchField CreateSearchField(LabelContent label, string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
SearchField CreateSearchFieldWithoutLabel(IList<string> choiceList)
public SearchField CreateSearchFieldWithoutLabel(IList<string> choiceList)
SearchField CreateSearchFieldWithoutLabel(string defaultValue, IList<string> choiceList)
public SearchField CreateSearchFieldWithoutLabel(string defaultValue, IList<string> choiceList)
SearchField CreateSearchFieldWithoutLabel(string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
public SearchField CreateSearchFieldWithoutLabel(string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
SearchField CreateSearchFieldWithName(string name)
public SearchField CreateSearchFieldWithName(string name)
virtual ObjectField<T> CreateObjectField<T>()
public virtual ObjectField<T> CreateObjectField<T>()
ObjectField<T> CreateObjectField<T>(LabelContent label)
public ObjectField<T> CreateObjectField<T>(LabelContent label)
ObjectField<T> CreateObjectField<T>(LabelContent label, T defaultValue)
public ObjectField<T> CreateObjectField<T>(LabelContent label, T defaultValue)
ObjectField<T> CreateObjectField<T>(LabelContent label, Action<T> onValueChangedCallback)
public ObjectField<T> CreateObjectField<T>(LabelContent label, Action<T> onValueChangedCallback)
ObjectField<T> CreateObjectField<T>(LabelContent label, T defaultValue, Action<T> onValueChangedCallback)
public ObjectField<T> CreateObjectField<T>(LabelContent label, T defaultValue, Action<T> onValueChangedCallback)
ObjectField<T> CreateObjectField<T>(T defaultValue)
public ObjectField<T> CreateObjectField<T>(T defaultValue)
ObjectField<T> CreateObjectField<T>(Action<T> onValueChangedCallback)
public ObjectField<T> CreateObjectField<T>(Action<T> onValueChangedCallback)
ObjectField<T> CreateObjectField<T>(T defaultValue, Action<T> onValueChangedCallback)
public ObjectField<T> CreateObjectField<T>(T defaultValue, Action<T> onValueChangedCallback)
ObjectField<T> CreateObjectFieldWithName<T>(string name)
public ObjectField<T> CreateObjectFieldWithName<T>(string name)
virtual EnumField<T> CreateEnumField<T>()
public virtual EnumField<T> CreateEnumField<T>()
EnumField<T> CreateEnumField<T>(LabelContent label)
public EnumField<T> CreateEnumField<T>(LabelContent label)
EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue)
public EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue)
EnumField<T> CreateEnumField<T>(LabelContent label, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(LabelContent label, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumField<T>(LabelContent label, IDictionary<T, string> aliasMap, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(LabelContent label, IDictionary<T, string> aliasMap, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap)
public EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap)
EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags)
public EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags)
EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(LabelContent label, T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumField<T>(T defaultValue)
public EnumField<T> CreateEnumField<T>(T defaultValue)
EnumField<T> CreateEnumField<T>(T defaultValue, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(T defaultValue, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap)
public EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap)
EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags)
public EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags)
EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags, Action<T> onValueChangedCallback)
public EnumField<T> CreateEnumField<T>(T defaultValue, IDictionary<T, string> aliasMap, IList<T> hideFLags, Action<T> onValueChangedCallback)
EnumField<T> CreateEnumFieldWithName<T>(string name)
public EnumField<T> CreateEnumFieldWithName<T>(string name)
virtual DropdownField CreateDropdownField()
public virtual DropdownField CreateDropdownField()
DropdownField CreateDropdownField(LabelContent label)
public DropdownField CreateDropdownField(LabelContent label)
DropdownField CreateDropdownField(LabelContent label, string defaultValue)
public DropdownField CreateDropdownField(LabelContent label, string defaultValue)
DropdownField CreateDropdownField(LabelContent label, string defaultValue, Action<string> onValueChangedCallback)
public DropdownField CreateDropdownField(LabelContent label, string defaultValue, Action<string> onValueChangedCallback)
DropdownField CreateDropdownField(LabelContent label, IList<string> choiceList)
public DropdownField CreateDropdownField(LabelContent label, IList<string> choiceList)
DropdownField CreateDropdownField(LabelContent label, string defaultValue, IList<string> choiceList)
public DropdownField CreateDropdownField(LabelContent label, string defaultValue, IList<string> choiceList)
DropdownField CreateDropdownField(LabelContent label, IList<string> choiceList, Action<string> onValueChangedCallback)
public DropdownField CreateDropdownField(LabelContent label, IList<string> choiceList, Action<string> onValueChangedCallback)
DropdownField CreateDropdownField(LabelContent label, string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
public DropdownField CreateDropdownField(LabelContent label, string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
DropdownField CreateDropdownField(IList<string> choiceList)
public DropdownField CreateDropdownField(IList<string> choiceList)
DropdownField CreateDropdownField(IList<string> choiceList, Action<string> onValueChangedCallback)
public DropdownField CreateDropdownField(IList<string> choiceList, Action<string> onValueChangedCallback)
DropdownField CreateDropdownField(IList<string> choiceList, string defaultValue, Action<string> onValueChangedCallback)
public DropdownField CreateDropdownField(IList<string> choiceList, string defaultValue, Action<string> onValueChangedCallback)
DropdownField CreateDropdownField(Action<string> onValueChangedCallback)
public DropdownField CreateDropdownField(Action<string> onValueChangedCallback)
DropdownField CreateDropdownFieldWithoutLabel(string defaultValue)
public DropdownField CreateDropdownFieldWithoutLabel(string defaultValue)
DropdownField CreateDropdownFieldWithoutLabel(string defaultValue, Action<string> onValueChangedCallback)
public DropdownField CreateDropdownFieldWithoutLabel(string defaultValue, Action<string> onValueChangedCallback)
DropdownField CreateDropdownFieldWithoutLabel(string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
public DropdownField CreateDropdownFieldWithoutLabel(string defaultValue, IList<string> choiceList, Action<string> onValueChangedCallback)
DropdownField CreateDropdownFieldWithName(string name)
public DropdownField CreateDropdownFieldWithName(string name)
virtual Button CreateButton()
public virtual Button CreateButton()
Button CreateButton(float minHeight)
public Button CreateButton(float minHeight)
Button CreateButton(LabelContent label)
public Button CreateButton(LabelContent label)
Button CreateButton(LabelContent label, float minHeight)
public Button CreateButton(LabelContent label, float minHeight)
Button CreateButton(LabelContent label, Action callback)
public Button CreateButton(LabelContent label, Action callback)
Button CreateButton(LabelContent label, Action callback, float minHeight)
public Button CreateButton(LabelContent label, Action callback, float minHeight)
Button CreateButton(Action callback)
public Button CreateButton(Action callback)
Button CreateButton(Action callback, float minHeight)
public Button CreateButton(Action callback, float minHeight)
Button CreateButtonWithName(string name)
public Button CreateButtonWithName(string name)
Button CreateButtonWithName(string name, LabelContent label, Action callback)
public Button CreateButtonWithName(string name, LabelContent label, Action callback)
virtual SwitchableButton CreateSwitchableButton()
public virtual SwitchableButton CreateSwitchableButton()
SwitchableButton CreateSwitchableButton(LabelContent label)
public SwitchableButton CreateSwitchableButton(LabelContent label)
SwitchableButton CreateSwitchableButton(LabelContent label, Action<bool> callback)
public SwitchableButton CreateSwitchableButton(LabelContent label, Action<bool> callback)
SwitchableButton CreateSwitchableButton(LabelContent label, bool on, Action<bool> callback)
public SwitchableButton CreateSwitchableButton(LabelContent label, bool on, Action<bool> callback)
virtual Image CreateImage()
public virtual Image CreateImage()
Image CreateImage(float size)
public Image CreateImage(float size)
Image CreateImage(Texture texture)
public Image CreateImage(Texture texture)
Image CreateImage(Texture texture, Color tintColor)
public Image CreateImage(Texture texture, Color tintColor)
Image CreateImage(Texture texture, float size)
public Image CreateImage(Texture texture, float size)
Image CreateImage(Texture texture, float size, Color tintColor)
public Image CreateImage(Texture texture, float size, Color tintColor)
Image CreateImage(Texture texture, Vector2 size)
public Image CreateImage(Texture texture, Vector2 size)
Image CreateImage(Texture texture, Vector2 size, Color tintColor)
public Image CreateImage(Texture texture, Vector2 size, Color tintColor)
Image CreateImage(Texture texture, float width, float height)
public Image CreateImage(Texture texture, float width, float height)
Image CreateImage(Texture texture, float width, float height, Color tintColor)
public Image CreateImage(Texture texture, float width, float height, Color tintColor)
Image CreateImageWithName(string name)
public Image CreateImageWithName(string name)
Image CreateImageWithName(string name, Texture texture, float size)
public Image CreateImageWithName(string name, Texture texture, float size)
Image CreateImageWithName(string name, Texture texture, float size, Color tintColor)
public Image CreateImageWithName(string name, Texture texture, float size, Color tintColor)
Image CreateImageWithName(string name, Texture texture, float width, float height)
public Image CreateImageWithName(string name, Texture texture, float width, float height)
Image CreateImageWithName(string name, Texture texture, float width, float height, Color tintColor)
public Image CreateImageWithName(string name, Texture texture, float width, float height, Color tintColor)
virtual IntField CreateIntField()
public virtual IntField CreateIntField()
IntField CreateIntField(LabelContent label)
public IntField CreateIntField(LabelContent label)
IntField CreateIntField(LabelContent label, int defaultValue)
public IntField CreateIntField(LabelContent label, int defaultValue)
IntField CreateIntField(LabelContent label, Action<int> onValueChangedCallback)
public IntField CreateIntField(LabelContent label, Action<int> onValueChangedCallback)
IntField CreateIntField(LabelContent label, int defaultValue, Action<int> onValueChangedCallback)
public IntField CreateIntField(LabelContent label, int defaultValue, Action<int> onValueChangedCallback)
IntField CreateIntField(int defaultValue)
public IntField CreateIntField(int defaultValue)
IntField CreateIntField(int defaultValue, Action<int> onValueChangedCallback)
public IntField CreateIntField(int defaultValue, Action<int> onValueChangedCallback)
IntField CreateIntField(Action<int> onValueChangedCallback)
public IntField CreateIntField(Action<int> onValueChangedCallback)
IntField CreateIntFieldWithName(string name)
public IntField CreateIntFieldWithName(string name)
IntField CreateIntFieldWithName(string name, LabelContent label)
public IntField CreateIntFieldWithName(string name, LabelContent label)
IntField CreateIntFieldWithName(string name, LabelContent label, int defaultValue)
public IntField CreateIntFieldWithName(string name, LabelContent label, int defaultValue)
IntField CreateIntFieldWithName(string name, LabelContent label, Action<int> onValueChangedCallback)
public IntField CreateIntFieldWithName(string name, LabelContent label, Action<int> onValueChangedCallback)
IntField CreateIntFieldWithName(string name, LabelContent label, int defaultValue, Action<int> onValueChangedCallback)
public IntField CreateIntFieldWithName(string name, LabelContent label, int defaultValue, Action<int> onValueChangedCallback)
virtual FloatField CreateFloatField()
public virtual FloatField CreateFloatField()
FloatField CreateFloatField(LabelContent label)
public FloatField CreateFloatField(LabelContent label)
FloatField CreateFloatField(LabelContent label, int places)
public FloatField CreateFloatField(LabelContent label, int places)
FloatField CreateFloatField(LabelContent label, float defaultValue)
public FloatField CreateFloatField(LabelContent label, float defaultValue)
FloatField CreateFloatField(LabelContent label, float defaultValue, int places)
public FloatField CreateFloatField(LabelContent label, float defaultValue, int places)
FloatField CreateFloatField(LabelContent label, Action<float> onValueChangedCallback)
public FloatField CreateFloatField(LabelContent label, Action<float> onValueChangedCallback)
FloatField CreateFloatField(LabelContent label, int places, Action<float> onValueChangedCallback)
public FloatField CreateFloatField(LabelContent label, int places, Action<float> onValueChangedCallback)
FloatField CreateFloatField(LabelContent label, float defaultValue, Action<float> onValueChangedCallback)
public FloatField CreateFloatField(LabelContent label, float defaultValue, Action<float> onValueChangedCallback)
FloatField CreateFloatField(LabelContent label, float defaultValue, int places, Action<float> onValueChangedCallback)
public FloatField CreateFloatField(LabelContent label, float defaultValue, int places, Action<float> onValueChangedCallback)
FloatField CreateFloatField(float defaultValue)
public FloatField CreateFloatField(float defaultValue)
FloatField CreateFloatField(float defaultValue, Action<float> onValueChangedCallback)
public FloatField CreateFloatField(float defaultValue, Action<float> onValueChangedCallback)
FloatField CreateFloatField(Action<float> onValueChangedCallback)
public FloatField CreateFloatField(Action<float> onValueChangedCallback)
FloatField CreateFloatFieldWithName(string name)
public FloatField CreateFloatFieldWithName(string name)
virtual ColorField CreateColorField()
public virtual ColorField CreateColorField()
ColorField CreateColorField(LabelContent label)
public ColorField CreateColorField(LabelContent label)
ColorField CreateColorField(LabelContent label, Color defaultValue)
public ColorField CreateColorField(LabelContent label, Color defaultValue)
ColorField CreateColorField(LabelContent label, Color defaultValue, Action<Color> onValueChangedCallback)
public ColorField CreateColorField(LabelContent label, Color defaultValue, Action<Color> onValueChangedCallback)
ColorField CreateColorField(LabelContent label, Action<Color> onValueChangedCallback)
public ColorField CreateColorField(LabelContent label, Action<Color> onValueChangedCallback)
virtual CurveField CreateCurveField()
public virtual CurveField CreateCurveField()
CurveField CreateCurveField(LabelContent label)
public CurveField CreateCurveField(LabelContent label)
CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue)
public CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue)
CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue, Action<AnimationCurve> onValueChangedCallback)
public CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue, Action<AnimationCurve> onValueChangedCallback)
CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue, Rect range)
public CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue, Rect range)
CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue, Rect range, Action<AnimationCurve> onValueChangedCallback)
public CurveField CreateCurveField(LabelContent label, AnimationCurve defaultValue, Rect range, Action<AnimationCurve> onValueChangedCallback)
CurveField CreateCurveFieldWithName(string name)
public CurveField CreateCurveFieldWithName(string name)
virtual Foldout CreateFoldout()
public virtual Foldout CreateFoldout()
Foldout CreateFoldout(LabelContent label)
public Foldout CreateFoldout(LabelContent label)
Foldout CreateFoldout(LabelContent label, bool defaultValue)
public Foldout CreateFoldout(LabelContent label, bool defaultValue)
Foldout CreateFoldout(LabelContent label, bool defaultValue, Action<bool> onValueChangedCallback)
public Foldout CreateFoldout(LabelContent label, bool defaultValue, Action<bool> onValueChangedCallback)
Foldout CreateFoldout(LabelContent label, float contentIndent)
public Foldout CreateFoldout(LabelContent label, float contentIndent)
Foldout CreateFoldoutWithName(string name)
public Foldout CreateFoldoutWithName(string name)
virtual RadioButtonGroup<T> CreateRadioButtonGroup<T>()
public virtual RadioButtonGroup<T> CreateRadioButtonGroup<T>()
RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label)
public RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label)
RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label, Action<T> onValueChangedCallback)
public RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label, Action<T> onValueChangedCallback)
RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label, IEnumerable<KeyValuePair<string, T>> choices, Action<T> onValueChangedCallback)
public RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label, IEnumerable<KeyValuePair<string, T>> choices, Action<T> onValueChangedCallback)
RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label, T defaultValue, IEnumerable<KeyValuePair<string, T>> choices, Action<T> onValueChangedCallback)
public RadioButtonGroup<T> CreateRadioButtonGroup<T>(LabelContent label, T defaultValue, IEnumerable<KeyValuePair<string, T>> choices, Action<T> onValueChangedCallback)
RadioButtonGroup<T> CreateRadioButtonGroupWithName<T>(string name)
public RadioButtonGroup<T> CreateRadioButtonGroupWithName<T>(string name)
virtual ToolbarPopupSearchField CreatePopupSearchField()
public virtual ToolbarPopupSearchField CreatePopupSearchField()