Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) GetCurrentSystem ¶
func (*Manager) GetRegisteredSystemNames ¶
func (*Manager) RegisterInitSystems ¶
RegisterInitSystems registers multiple init systems that is only executed once at tick 0 with the system manager. There can only be one system with a given name, which is derived from the function name. If there is a duplicate system name, an error will be returned and none of the systems will be registered.
func (*Manager) RegisterSystems ¶
RegisterSystems registers multiple systems with the system manager. There can only be one system with a given name, which is derived from the function name. If there is a duplicate system name, an error will be returned and none of the systems will be registered.
Click to show internal directories.
Click to hide internal directories.