Click or drag to resize

IModScene Interface

Represents a special scene asset included in a mod.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IModScene : IModAssetInfo

The IModScene type exposes the following members.

Methods
  NameDescription
Public methodLoad
Load the IModScene.
Public methodLoadAsync
Load the IModScene asyncronously.
Top
See Also