Click or drag to resize

IModSceneLoadAsync Method

Load the IModScene asyncronously.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
ModAsyncOperation LoadAsync(
	bool additive = false
)

Parameters

additive (Optional)
Type: SystemBoolean
Should the scene be additivley loaded into the current scene

Return Value

Type: ModAsyncOperation
An awaitable ModAsyncOperation object containing progress and status information
See Also