MCPcopy
hub / github.com/EngoEngine/engo / Update

Method Update

scene.go:52–52  ·  view source on GitHub ↗
(float32)

Source from the content-addressed store, hash-verified

50// and use engo without using engo's ecs
51type Updater interface {
52 Update(float32)
53}
54
55type sceneWrapper struct {

Callers 9

mobileDrawFunction · 0.65
RunIterationFunction · 0.65
RunIterationFunction · 0.65
RunIterationFunction · 0.65
RunIterationFunction · 0.65
RunIterationFunction · 0.65
RunIterationFunction · 0.65

Implementers 15

testUpdateengo_test.go
CollisionSystemcommon/collision.go
AnimationSystemcommon/animation.go
FPSSystemcommon/fps.go
MouseSystemcommon/mouse.go
RenderSystemcommon/render.go
AudioSystemcommon/audio.go
TestAnimationSystemcommon/animation_test.go
CameraSystemcommon/camera.go
KeyboardScrollercommon/camera.go
EntityScrollercommon/camera.go
EdgeScrollercommon/camera.go

Calls

no outgoing calls