Interface IStateTransitions<TState, TTrigger>
Namespace: Unity.RemoteConfig.Core.StateMachine
Syntax
public interface IStateTransitions<TState, TTrigger>
Type Parameters
| Name | Description |
|---|---|
| TState | |
| TTrigger |
Properties
CurrentState
Declaration
TState CurrentState { get; }
Property Value
| Type | Description |
|---|---|
| TState |
FutureState
Declaration
TState FutureState { get; }
Property Value
| Type | Description |
|---|---|
| TState |
isLoopback
Declaration
bool isLoopback { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Trigger
Declaration
TTrigger Trigger { get; }
Property Value
| Type | Description |
|---|---|
| TTrigger |