Static variables

@:value(new FoxCache())staticfinalread onlyinstance:FoxCache = new FoxCache()

Static methods

staticinlinestaticInit():Void

staticinlinetextures():FoxTextureCollection

staticinlineshaders():FoxShaderCollection

staticinlineshaderIncludes():FoxShaderDefinesCollection

staticinlinematerialLibs():FoxMaterialCollection

staticinlinemeshes():FoxMeshCollection

staticinlineanimationLibs():FoxAnimationCollection

staticinlineskins():FoxSkinCollection

staticcleanup():Void

Constructor

new()

Variables

@:value(new StringMap())_texture:FoxTextureCollection = new StringMap()

@:value(new StringMap())_shaders:FoxShaderCollection = new StringMap()

@:value(new StringMap())_shaderIncludes:FoxShaderDefinesCollection = new StringMap()

@:value(new StringMap())_materialLibs:FoxMaterialCollection = new StringMap()

@:value(new StringMap())_meshes:FoxMeshCollection = new StringMap()

@:value(new StringMap())_animationLibs:FoxAnimationCollection = new StringMap()

@:value(new StringMap())_skins:FoxSkinCollection = new StringMap()

@:value(true)freeResourcesOnStateSwitch:Bool = true

If enabled, will free resources on flixel's preStateSwitch signal

Methods