MCPcopy Index your code
hub / github.com/EngoEngine/engo / Add

Method Add

demos/hide/hide.go:80–82  ·  view source on GitHub ↗
(basic *ecs.BasicEntity, render *common.RenderComponent)

Source from the content-addressed store, hash-verified

78}
79
80func (h *HideSystem) Add(basic *ecs.BasicEntity, render *common.RenderComponent) {
81 h.entities = append(h.entities, hideEntity{basic, render})
82}
83
84func (h *HideSystem) Remove(basic ecs.BasicEntity) {
85 delete := -1

Callers 7

SetupMethod · 0.45
NewBackgroundFunction · 0.45
SetupMethod · 0.45
SetupMethod · 0.45
NewMethod · 0.45
SetupMethod · 0.45
SetupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected