Show / Hide Table of Contents

    Class APIManager

    Used to supply references to the API class.

    Inheritance
    System.Object
    Manager
    APIManager
    Inherited Members
    Manager.LoadGameTask(ClientLoadData)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Engine.API
    Assembly: Engine.API.dll
    Syntax
    public class APIManager : Manager

    Constructors

    APIManager(List<Manager>)

    Constructor

    Declaration
    public APIManager(List<Manager> managers)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Manager> managers

    The list of managers for the api to reference

    Methods

    Init()

    Manager startup function

    Declaration
    public override void Init()
    Overrides
    Manager.Init()

    Process()

    Called every frame

    Declaration
    public override void Process()
    Overrides
    Manager.Process()

    Shutdown()

    Called on shutdown

    Declaration
    public override void Shutdown()
    Overrides
    Manager.Shutdown()
    Back to top Elavad Documentation