Static variables

staticcurrentInstance:Loader

Set when initializing hxd.Res, or manually. Allows code to resolve resources without compiling hxd.Res

Constructor

Variables

read onlyfs:FileSystem

Methods

cleanCache():Void

dir(path:String):Array<Any>

dispose():Void

exists(path:String):Bool

load(path:String):Any

loadCache<T>(path:String, c:Class<T>):T