package
Version:
v0.0.0-...-1c5f5a9
Opens a new window with list of versions in this module.
Published: Sep 18, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseState struct {
Name string
Owner *FSM
}
func (slf *FSM) AddState(states ...State)
AddState 添加状态
func (slf *FSM) RemoveState(stateName string)
RemoveState 删除状态
type State interface {
OnEnter(msg map[string]any)
OnExit()
OnUpdate(delta any)
GetName() string
GetOwner() *FSM
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.