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

Struct Tile

common/level.go:279–286  ·  view source on GitHub ↗

Tile represents a tile in the TMX map.

Source from the content-addressed store, hash-verified

277
278// Tile represents a tile in the TMX map.
279type Tile struct {
280 engo.Point
281 Image *Texture
282 Drawables []Drawable
283 Animation *Animation
284 // Rotation of the Tile in degrees
285 Rotation float32
286}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected