docs.unity.cn
    Show / Hide Table of Contents

    Class ReflectBootstrapper

    The base class to access h.s.s. modules.

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

    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()

    Declaration
    public virtual void Tick()

    Events

    update

    Declaration
    public event Action<float> update
    Event Type
    Type Description
    Action<Single>
    Implements
    IUpdateDelegate.update

    Extension Methods

    ActorExtensions.InstantiateAndStart(ReflectBootstrapper, ActorSystemSetup, IExposedPropertyTable, UnityProject, UnityUser)
    ActorExtensions.FindActor<T>(ReflectBootstrapper)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021