MCPcopy Index your code
hub / github.com/EngoEngine/engo / CellCount

Method CellCount

common/spritesheet.go:163–165  ·  view source on GitHub ↗

CellCount returns the number of cells on the sheet

()

Source from the content-addressed store, hash-verified

161
162// CellCount returns the number of cells on the sheet
163func (s *Spritesheet) CellCount() int {
164 return len(s.cells)
165}
166
167// Cells returns all the cells on the sheet
168func (s *Spritesheet) Cells() []Texture {

Callers 2

DrawablesMethod · 0.95
CellsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected