Click or drag to resize

ModScriptBehaviourModScenes Property

A reference to the IModScenes interface that allows access to the mod scenes. You should not access this property from 'Awake'. Instead use 'Start' or 'OnModLoaded'.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IModScenes ModScenes { get; }

Property Value

Type: IModScenes

Implements

IModContextModScenes
See Also