Class JsonDefaultSettingsWindow
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json
Assembly: Bayat.Json.Editor.dll
Syntax
public class JsonDefaultSettingsWindow : EditorWindowWrapper
Fields
| Improve this Doc View SourcescrollPosition
Declaration
protected Vector2 scrollPosition
Field Value
Type | Description |
---|---|
UnityEngine.Vector2 |
settings
Declaration
protected SerializedObject settings
Field Value
Type | Description |
---|---|
UnityEditor.SerializedObject |
Methods
| Improve this Doc View SourceConfigureWindow()
Declaration
protected override void ConfigureWindow()
Overrides
| Improve this Doc View SourceOnGUI()
Declaration
public override void OnGUI()
Overrides
| Improve this Doc View SourceShow()
Declaration
public void Show()