Class StateTransitions<TState, TTrigger> | Remote Config | 1.1.0-preview.4
docs.unity3d.com
    Show / Hide Table of Contents

    Class StateTransitions<TState, TTrigger>

    Inheritance
    Object
    StateTransitions<TState, TTrigger>
    Namespace: Unity.RemoteConfig.Core.StateMachine
    Syntax
    public class StateTransitions<TState, TTrigger> : IStateTransitions<TState, TTrigger>
    Type Parameters
    Name Description
    TState
    TTrigger

    Constructors

    StateTransitions(TState, TState, TTrigger)

    Declaration
    public StateTransitions(TState currentState, TState futureState, TTrigger trigger)
    Parameters
    Type Name Description
    TState currentState
    TState futureState
    TTrigger trigger

    Properties

    CurrentState

    Declaration
    public TState CurrentState { get; }
    Property Value
    Type Description
    TState
    Implements
    IStateTransitions<TState, TTrigger>.CurrentState

    FutureState

    Declaration
    public TState FutureState { get; }
    Property Value
    Type Description
    TState
    Implements
    IStateTransitions<TState, TTrigger>.FutureState

    isLoopback

    Declaration
    public bool isLoopback { get; }
    Property Value
    Type Description
    Boolean
    Implements
    IStateTransitions<TState, TTrigger>.isLoopback

    Trigger

    Declaration
    public TTrigger Trigger { get; }
    Property Value
    Type Description
    TTrigger
    Implements
    IStateTransitions<TState, TTrigger>.Trigger
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023