Class SinglePageWindow<TPage>
Inherited Members
Namespace: Ludiq
Syntax
public abstract class SinglePageWindow<TPage> : LudiqEditorWindow, ISerializationCallbackReceiver, ILudiqRootObject, IHasCustomMenu where TPage : Page
Type Parameters
| Name | Description |
|---|---|
| TPage |
Constructors
SinglePageWindow()
Declaration
protected SinglePageWindow()
Properties
page
Declaration
public TPage page { get; }
Property Value
| Type | Description |
|---|---|
| TPage |
Methods
_OnDisable()
Declaration
protected override void _OnDisable()
Overrides
_OnGUI()
Declaration
protected override void _OnGUI()
Overrides
_Update(Boolean)
Declaration
protected override void _Update(bool foreground)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | foreground |
Overrides
CreatePage()
Declaration
protected abstract TPage CreatePage()
Returns
| Type | Description |
|---|---|
| TPage |