Show / Hide Table of Contents

    Class MonoInstaller

    A MonoBehaviour based implementation of the interface IInstaller. Override this class to create your own MonoBehaviour based IInstaller. This should be linked via the Unity inspector for MonoContext.

    Inheritance
    Object
    MonoInstaller
    Implements
    IInstaller
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class MonoInstaller : MonoBehaviour, IInstaller

    Methods

    Install(IContainer)

    Declaration
    public abstract void Install(IContainer container)
    Parameters
    Type Name Description
    IContainer container

    Uninstall(IContainer)

    Declaration
    public abstract void Uninstall(IContainer container)
    Parameters
    Type Name Description
    IContainer container

    Implements

    IInstaller
    Back to top Copyright © 2020 East Side Games Inc.