Prefab Drawer API Documentation
C#
Show/Hide TOC
Module
Config
Is
Valid 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#
Copy
public
virtual
bool
ConfigIsValid
(
Config
config
)
Parameters
config
Config
Config object.
Return Value
Boolean
Implements
IModule
ConfigIsValid(Config)
See Also
Reference
Module Class
NorthLab.PrefabDrawer Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also