Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scene ¶
type Scene interface { UpdateScene(ctx *SceneContext, timeDelta uint32) SceneCreator RenderScene(ctx *SceneContext, surface *sdl.Surface) HandleEvent(event sdl.Event) }
type SceneContext ¶
type SceneCreator ¶
type SceneCreator func(ctx *SceneContext) Scene
Click to show internal directories.
Click to hide internal directories.