Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeaderComponent ¶
type HeaderComponent struct {
component.BaseComponent
}
func NewHeaderComponent ¶
func NewHeaderComponent(x, y, width, height int32) *HeaderComponent
func (*HeaderComponent) DrawComponent ¶
func (c *HeaderComponent) DrawComponent(r *sdl.Renderer) error
type SugarscapeComponent ¶
type SugarscapeComponent struct {
component.BaseComponent
}
func NewSugarscapeComponent ¶
func NewSugarscapeComponent(x, y, width, height int32) *SugarscapeComponent
func (*SugarscapeComponent) DrawComponent ¶
func (c *SugarscapeComponent) DrawComponent(r *sdl.Renderer) error
Click to show internal directories.
Click to hide internal directories.