ModuleConfigIsValid Method

Is saved data valid for this module?

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public virtual bool ConfigIsValid(
	Config config
)

Parameters

config  Config
Config object.

Return Value

Boolean

Implements

IModuleConfigIsValid(Config)

See Also