Click or drag to resize

ModBehaviourActiveHost Property

Returns a reference to the active ModHost instance in the scene. Always the first host created.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ModHost ActiveHost { get; }

Property Value

Type: ModHost
See Also