Search Results for

    Show / Hide Table of Contents

    IState

    Interface for performing State transition in SceneStateManager.

    namespace GarageKit
    public interface IState
    

    Methods

    Implementation of the first process executed within a State after a State transition

    void StateStart(object context)
    

    Implementation of processing executed every frame within State after State transition

    void StateUpdate()
    

    Implementation of the last process executed within a State during a State transition

    void StateExit()
    
    • Edit this page
    In this article
    Back to top Generated by DocFX