IModule Interface

Module interface.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public interface IModule

Properties

ConfigVersion Version of the configuration version.
DisplayName Displayed name in the UI.
FoldOut Is this module's UI is folded out?
MainPrefabDrawer window reference.
ModuleConfig Configuration of this module.

Methods

ConfigIsValid Is saved data valid for this module?
DrawUI UI drawing method.
Init Initialize module.
Load Load module's settings from Config.
Save Save module's settings.
SceneUpdate Called when Scene window is updated.

See Also