class TileElementProps: Inky.Props | {[string]: any}
placeable: {entity: Entity, factory: fun(): Entity}
size: Vector2

the final size of a tile in editor

display: Display
onSelect: fun(index: number)
overlay: love.graphics.Texture

Superclass for drawable objects which represent a texture. All Textures can be drawn with Quads.

[Open in Browser](https://love2d.org/wiki/Texture)

index: integer
_internal: Inky.Props.Internal
class TileElement: Inky.Element
class SelectionGridProps: Inky.Props | {[string]: any}
size: Vector2

the final size of a tile in editor

display: Display
onSelect: fun(index: number)
overlay: love.graphics.Texture

Superclass for drawable objects which represent a texture. All Textures can be drawn with Quads.

[Open in Browser](https://love2d.org/wiki/Texture)

placeables: {entity: Entity, factory: fun(): Entity}[]
elements: TileElement[]
filtered: number[]
selected: {entity: Entity, factory: fun(): Entity}
startRange: number
endRange: number
_internal: Inky.Props.Internal
class SelectionGrid: Inky.Element