Interface IState
public interface IState
Methods
OnEnter()
Called when the state is entered.
void OnEnter()
OnExit()
Called when the state is exited.
void OnExit()
OnUpdate()
Called every frame while the state is active.
void OnUpdate()
public interface IState
Called when the state is entered.
void OnEnter()
Called when the state is exited.
void OnExit()
Called every frame while the state is active.
void OnUpdate()