PrefabsModuleLoad Method

Load module's settings from Config.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public override void Load(
	Config config
)

Parameters

config  Config
Saved data.

Implements

IModuleLoad(Config)

See Also