MCPcopy Create free account
hub / github.com/EngoEngine/ecs / New

Method New

system.go:41–41  ·  view source on GitHub ↗

New initializes the given System, and may be used to initialize some values beforehand, like storing a reference to the World.

(*World)

Source from the content-addressed store, hash-verified

39 // New initializes the given System, and may be used to initialize some
40 // values beforehand, like storing a reference to the World.
41 New(*World)
42}
43
44// systems implements a sortable list of `System`. It is indexed on

Callers 1

AddSystemMethod · 0.65

Implementers 3

MySystemOneentity_test.go
MySystemOneTwoentity_test.go
MySystemTwoentity_test.go

Calls

no outgoing calls

Tested by

no test coverage detected