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

Method Remove

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

Remove removes the given entity from the system.

(e BasicEntity)

Source from the content-addressed store, hash-verified

15
16 // Remove removes the given entity from the system.
17 Remove(e BasicEntity)
18}
19
20// SystemAddByInterfacer is a system that also implements the AddByInterface method

Callers 1

RemoveEntityMethod · 0.65

Implementers 8

simpleSystemworld_test.go
SystemPriorityFirstsystem_test.go
SystemPrioritySecondsystem_test.go
SystemAddRemovesystem_test.go
MySystemOneentity_test.go
MySystemOneTwoentity_test.go
MySystemTwoentity_test.go

Calls

no outgoing calls

Tested by

no test coverage detected