eDriven Framework API
EditorOverride Property
NamespaceseDriven.Gui.StylesMediaQueryAttributeEditorOverride
eDriven Framework API
Not all the queries are running "equal" in the build and in the editor
One of the examples is the Screen.width which returns the width of the current window, which doeesn't necesarilly have to be the game window
Set to true if this is an editor override
Declaration Syntax
C#Visual BasicVisual C++
public bool EditorOverride { get; set; }
Public Property EditorOverride As Boolean
	Get
	Set
public:
property bool EditorOverride {
	bool get ();
	void set (bool value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)