Documentation ¶ Index ¶ type Packer func New() (pack *Packer) func (pack *Packer) Bounds() pixel.Rect func (pack *Packer) BoundsOf(id int) pixel.Rect func (pack *Packer) Draw(t pixel.Target) func (pack *Packer) DrawSub(id int, m pixel.Matrix) func (pack *Packer) Pack() (err error) func (pack *Packer) Picture() pixel.Picture Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Packer ¶ type Packer struct { rectpack.Packer // contains filtered or unexported fields } func New ¶ added in v1.1.0 func New() (pack *Packer) func (*Packer) Bounds ¶ func (pack *Packer) Bounds() pixel.Rect func (*Packer) BoundsOf ¶ func (pack *Packer) BoundsOf(id int) pixel.Rect func (*Packer) Draw ¶ func (pack *Packer) Draw(t pixel.Target) func (*Packer) DrawSub ¶ added in v1.1.0 func (pack *Packer) DrawSub(id int, m pixel.Matrix) func (*Packer) Pack ¶ added in v1.1.0 func (pack *Packer) Pack() (err error) func (*Packer) Picture ¶ func (pack *Packer) Picture() pixel.Picture Source Files ¶ View all Source files pack.go Click to show internal directories. Click to hide internal directories.