Show / Hide Table of Contents

    Class BaseServiceBootstrapper

    A bootstrapper base class which handles the service initialization

    Inheritance
    Object
    BaseServiceBootstrapper
    Namespace: i5.Toolkit.Core.ServiceCore
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseServiceBootstrapper : MonoBehaviour

    Methods

    OnDestroy()

    Declaration
    protected virtual void OnDestroy()

    RegisterServices()

    Declaration
    protected abstract void RegisterServices()

    Start()

    Declaration
    protected virtual void Start()

    UnRegisterServices()

    Declaration
    protected abstract void UnRegisterServices()
    Back to top i5 Toolkit Documentation