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

Method Close

common/level.go:269–271  ·  view source on GitHub ↗

Close deletes the stored texture of a tile

()

Source from the content-addressed store, hash-verified

267
268// Close deletes the stored texture of a tile
269func (t *Tile) Close() {
270 t.Image.Close()
271}
272
273// View returns the tile's viewport's min and max X & Y
274func (t *Tile) View() (float32, float32, float32, float32) {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected