Class HiddenModule
Namespace: QFSW.BA.Modules
Assembly: QFSW.BA.dll
Syntax
public abstract class HiddenModule : IModule, IDrawOrder
Properties
DrawOrder
Declaration
public virtual int DrawOrder { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
EventCallbackOrder
Declaration
public virtual int EventCallbackOrder { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
ID
Declaration
public abstract string ID { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
DrawModule()
Declaration
public void DrawModule()