AState.AState C# (CSharp) Méthode

AState() public méthode

public AState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
stateLabel string
stateMachine AStateMachine,
Résultat System.Collections
    public AState(string stateLabel, AStateMachine stateMachine)
    {
        this.stateLabel = stateLabel;
        this.stateMachine = stateMachine;
    }