Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpriteInfo ¶
type SpriteInfo struct { ShaderOutput sprite.ShaderOutput SpriteBounds image.Rectangle }
type Spritesheet ¶
func (Spritesheet) OutputToWriter ¶
func (s Spritesheet) OutputToWriter(w io.Writer) (err error)
type Spritesheets ¶
type Spritesheets struct { sync.RWMutex Data map[string]Spritesheet }
func GetSpritesheets ¶
func GetSpritesheets(def manifest.Definition) (sheets Spritesheets)
func (*Spritesheets) SaveAll ¶
func (sheets *Spritesheets) SaveAll(baseFilename string) (err error)
func (*Spritesheets) Store ¶
func (sheets *Spritesheets) Store(key string, s Spritesheet)
Click to show internal directories.
Click to hide internal directories.