Class StyleEditorWindow
Editor window for UI Style.
Inheritance
System.Object
FlaxEngine.GUI.ScrollableControl
StyleEditorWindow
Implements
System.IComparable
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
Syntax
public class StyleEditorWindow : EditorWindow, IComparable, IDrawable
Constructors
StyleEditorWindow(Editor, Style, StyleValueEditor.ValueChangedEvent, Boolean)
Initializes a new instance of the StyleEditorWindow class.
Declaration
public StyleEditorWindow(Editor editor, Style initialValue, StyleValueEditor.ValueChangedEvent valueChanged, bool useDynamicEditing)
Parameters
Editor
editor
|
Style
initialValue
The initial value. |
FlaxEditor.GUI.StyleValueEditor.ValueChangedEvent
valueChanged
The changed event. |
System.Boolean
useDynamicEditing
True if allow dynamic value editing (slider-like usage), otherwise will change event only on editing end. |
Methods
OnClose()
Called when window is closed.
Declaration
protected override void OnClose()