C# Class Pluton.Bootstrap

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
PlutonLoaded bool
timers ServerTimers

Public Methods

Method Description
AttachBootstrap ( ) : void
Init ( ) : void
InstallThreadedOutput ( ) : void
ReloadTimers ( ) : void
SaveAll ( object x = null ) : void

Method Details

AttachBootstrap() public static method

public static AttachBootstrap ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

InstallThreadedOutput() public static method

public static InstallThreadedOutput ( ) : void
return void

ReloadTimers() public static method

public static ReloadTimers ( ) : void
return void

SaveAll() public static method

public static SaveAll ( object x = null ) : void
x object
return void

Property Details

PlutonLoaded public_oe static_oe property

public static bool PlutonLoaded
return bool

timers public_oe static_oe property

public static ServerTimers timers
return ServerTimers