Click or drag to resize
OptionsMenu Class
OptionsMenu contains methods for adding an option (toggle button) to the options menu in the main menu of Besiege.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          spaar.ModLoaderSingleInstanceOptionsMenu
            spaar.ModLoaderOptionsMenu

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class OptionsMenu : SingleInstance<OptionsMenu>

The OptionsMenu type exposes the following members.

Constructors
  NameDescription
Public methodOptionsMenu
Initializes a new instance of the OptionsMenu class
Top
Properties
Methods
  NameDescription
Public methodStatic memberRegisterOptionsToggle
Registers a new toggle button. It will be placed below all others that are currently registered.
Top
See Also