Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GameObject ¶
type GameObject interface { IsUpdateable() bool Update(context *context.GameplayContext) IsRenderable() bool Render(renderer *sdl.Renderer) IsCollidable() bool HandleCollision(object *GameObject) }
Click to show internal directories.
Click to hide internal directories.