class FilePanelProps: Inky.Props | {[string]: any}
scale: Vector2
name: string
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)

open: boolean
editor: Editor
_internal: Inky.Props.Internal
class FilePanel: Inky.Element