docs.unity3d.com
    Show / Hide Table of Contents

    Class ReflectBootstrapper

    The base class to access h.s.s. modules. Inherits from ReflectBootstrapperBehavior and from ReflectBootstrapper to add new h.s.s modules.

    Inheritance
    Object
    ReflectBootstrapper
    Namespace: UnityEngine.Reflect
    Syntax
    public class ReflectBootstrapper

    Constructors

    ReflectBootstrapper(IUpdateDelegate)

    Declaration
    public ReflectBootstrapper(IUpdateDelegate update)
    Parameters
    Type Name Description
    IUpdateDelegate update

    Properties

    helpers

    Declaration
    public HelperContainer.Proxy helpers { get; }
    Property Value
    Type Description
    HelperContainer.Proxy

    services

    Declaration
    public ServiceContainer services { get; }
    Property Value
    Type Description
    ServiceContainer

    systems

    Declaration
    public SystemContainer.Proxy systems { get; }
    Property Value
    Type Description
    SystemContainer.Proxy

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023