Method SetModuleHideFlags
SetModuleHideFlags(HideFlags)
Change the ModuleHideFlags setting, which controls HideFlags for GameObjects used to support MonoBehaviour modules. Calling this method will change the HideFlags on existing modules
Declaration
public void SetModuleHideFlags(HideFlags newHideFlags)
Parameters
Type | Name | Description |
---|---|---|
HideFlags | newHideFlags | The new HideFlags value |