EditorToolbarSlider
Constructor for the EditorToolbarSlider.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor
EditorToolbarSlider()
Constructor for the EditorToolbarSlider.
public EditorToolbarSlider()
EditorToolbarSlider(string, float, float)
Constructor for the EditorToolbarSlider.
public EditorToolbarSlider(string text, float start, float end)
Parameters
EditorToolbarSlider(Texture2D, float, float)
Constructor for the EditorToolbarSlider.
public EditorToolbarSlider(Texture2D icon, float start, float end)
Parameters
EditorToolbarSlider(string, Texture2D, float, float)
Constructor for the EditorToolbarSlider.
public EditorToolbarSlider(string text, Texture2D icon, float start, float end)