Class GeneratePropertyProvidersWindow
Inheritance
GeneratePropertyProvidersWindow
Inherited Members
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.TryGetOverlay(System.String, UnityEditor.Overlays.Overlay)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Ludiq
Syntax
public sealed class GeneratePropertyProvidersWindow : SinglePageWindow<GeneratePropertyProvidersPage>, ISerializationCallbackReceiver, ILudiqRootObject, IHasCustomMenu
Properties
instance
Declaration
public static GeneratePropertyProvidersWindow instance { get; }
Property Value
Type | Description |
---|---|
GeneratePropertyProvidersWindow |
Methods
_OnEnable()
Declaration
protected override void _OnEnable()
Overrides
CreatePage()
Declaration
protected override GeneratePropertyProvidersPage CreatePage()
Returns
Type | Description |
---|---|
GeneratePropertyProvidersPage |
Overrides
Ludiq.SinglePageWindow<Ludiq.GeneratePropertyProvidersPage>.CreatePage()
Show()
Declaration
[MenuItem("Tools/Ludiq/Generate Custom Inspectors...", priority = -999698)]
public static void Show()