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 public interface IModScene : IModAssetInfo
The IModScene type exposes the following members.
Methods
| Name | Description |
---|
| Load |
Load the IModScene.
|
| LoadAsync |
Load the IModScene asyncronously.
|
TopSee Also