Class HubModule
public class HubModule : ScriptableObject
- Inheritance
-
HubModule
- Derived
Constructors
HubModule()
public HubModule()
Fields
searchText
protected string searchText
Field Value
Properties
AllowsUndocking
public bool AllowsUndocking { get; }
Property Value
Help
public virtual HubModule.HelpSection Help { get; }
Property Value
Host
public ScriptableObject Host { get; }
Property Value
IsDocked
public bool IsDocked { get; set; }
Property Value
ModuleName
public virtual string ModuleName { get; }
Property Value
TitleContent
public virtual GUIContent TitleContent { get; }
Property Value
UseScroll
protected virtual bool UseScroll { get; }
Property Value
UseSearchField
protected virtual bool UseSearchField { get; }
Property Value
Methods
Dock(bool)
public void Dock(bool shouldDock)
Parameters
shouldDock
bool
OnBespokeGUI()
public virtual void OnBespokeGUI()
OnFocusModule()
protected virtual void OnFocusModule()
OnGUI()
public virtual void OnGUI()
OnModuleDisable()
public virtual void OnModuleDisable()
OnModuleEnable()
public virtual void OnModuleEnable()
OpenWindowWrapper(bool)
public bool OpenWindowWrapper(bool shouldOpen)
Parameters
shouldOpen
bool
Returns
- bool
Did we succesfully open a window