Click or drag to resize

IModSceneLoad Method

Load the IModScene.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Load(
	bool aditive = false
)

Parameters

aditive (Optional)
Type: SystemBoolean
Should the scene be additivley loaded into the current scene
See Also