Class BehaviorStateMachine
- Namespace
- JD.AI.Core.Specifications
- Assembly
- JD.AI.Core.dll
public sealed class BehaviorStateMachine
- Inheritance
-
BehaviorStateMachine
- Inherited Members
Properties
InitialState
public string InitialState { get; set; }
Property Value
States
public IList<BehaviorState> States { get; init; }
Property Value
Transitions
public IList<BehaviorTransition> Transitions { get; init; }