Skip to main content

StateStatus

ZEPETO.Character.Controller.StateStatus

Represents the possible statuses of a state within a state machine, indicating the current phase of the state's lifecycle.

NameValueDescription
Wait0The state is inactive and waiting to be entered.
Enter1The state is in the process of being entered.
Update2The state is active and its logic is being executed.
End3The state has completed its active phase and is ready to end.
Leave4The state is in the process of being exited.