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

Method Height

common/level.go:254–256  ·  view source on GitHub ↗

Height returns the integer height of the tile

()

Source from the content-addressed store, hash-verified

252
253// Height returns the integer height of the tile
254func (t *Tile) Height() float32 {
255 return t.Image.Height()
256}
257
258// Width returns the integer width of the tile
259func (t *Tile) Width() float32 {

Callers

nothing calls this directly

Calls 1

HeightMethod · 0.65

Tested by

no test coverage detected