setStartState
setStartState(stateName: string
): void
Sets the dialogue start state (if not set, the dialogue starts from the first registered state).
Parameters
stateName:
string
Name of the state
Returns
type:
void
setStartState(stateName: string
): void
Sets the dialogue start state (if not set, the dialogue starts from the first registered state).
string
Name of the state
void