class FoxJSONLoader
package foxlite.loaders
Static methods
staticloadModel(name:String):{meshes:Array<FoxMesh>, materials:Map<String, FoxMaterial>}
Loads a model and material from their foxlite .json file.
staticloadMaterialLibrary(name:String):Map<String, FoxMaterial>
Loads a collection of FoxMaterial from a foxlite .json file.
staticloadSkinData(name:String):FoxSkinData
Loads skin data from a .json file.
The skin data contains the bone structure to animate models.
Note: This resource is not cached, use FoxSkinData.copy() instead.
staticloadAnimationLibrary(name:String):Map<String, FoxAnimation>
Loads an animation collection from a .json file