new(entry:FileEntry)
@:value({ resolution : 256 })toTexture(name:String, resolution:Int = 256):Texture
@:value({ resolution : 256 })toTextureMap(resolution:Int = 256):Map<String, Texture>
@:value({ resolution : 256 })toTileMap(resolution:Int = 256):Map<String, Tile>
read onlyentry:FileEntry
read onlyname:String
to<T>(c:Class<T>):T
watch(onChanged:Null<() ‑> Void>):Void