Show / Hide Table of Contents

    Interface IUpdateableService

    A service which can execute code every frame

    Inherited Members
    IService.Initialize(IServiceManager)
    IService.Cleanup()
    Namespace: i5.Toolkit.Core.ServiceCore
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IUpdateableService : IService

    Properties

    Enabled

    If set to true, the update function is executed every frame; otherwise the service is disabled

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Update()

    Called by the service manager and executed every frame

    Declaration
    void Update()
    Back to top i5 Toolkit Documentation