Class ReflectBootstrapper
Inheritance
ReflectBootstrapper
Syntax
public class ReflectBootstrapper
Constructors
ReflectBootstrapper(IUpdateDelegate)
Declaration
public ReflectBootstrapper(IUpdateDelegate update)
Parameters
Properties
helpers
Declaration
public HelperContainer.Proxy helpers { get; }
Property Value
services
Declaration
public ServiceContainer services { get; }
Property Value
systems
Declaration
public SystemContainer.Proxy systems { get; }
Property Value
Methods
Initialize()
Declaration
public virtual void Initialize()
Shutdown()
Declaration
public virtual void Shutdown()
Start()
Declaration
public virtual void Start()
Stop()
Declaration
public virtual void Stop()
Tick(Single)
Declaration
protected virtual void Tick(float unscaledDeltaTime)
Parameters
Type |
Name |
Description |
Single |
unscaledDeltaTime |
|