interface JsonMetaData {
    geometries: { [uuid: string]: Resource };
    textures: { [uuid: string]: Resource };
}

Properties

Properties

geometries: { [uuid: string]: Resource }
textures: { [uuid: string]: Resource }