Click or drag to resize

IModHostDestroyModObjects Method

Destroys all game object in the scene that were created by this mod. Any object that have any mod script components will have the 'OnModUnloaded' event called.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void DestroyModObjects()
See Also