Search Results for

    Show / Hide Table of Contents

    Interface IRunnerReceiver

    Contract which defines which methods a MonoBehaviour runner can access This can be used to provide MonoBehaviour events to non-MonoBehaviours

    Namespace: i5.Toolkit.Core.ServiceCore
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IRunnerReceiver

    Methods

    OnRunnerDestroyed()

    Called to inform the receiver that the runner object is destroyed

    Declaration
    void OnRunnerDestroyed()

    Update()

    Called every frame by the runner

    Declaration
    void Update()
    In This Article
    Back to top i5 Toolkit Documentation