GltfFile

constructor(asset: GltfAsset?, scene: Int?, scenes: List<GltfScene>, nodes: List<GltfNode>, meshes: List<GltfMesh>, accessors: List<GltfAccessor>, materials: List<GltfMaterial>, bufferViews: List<GltfBufferView>, buffers: List<GltfBuffer>, images: List<GltfImage>?, textures: List<GltfTexture>?, samplers: List<GltfSampler>?, animations: List<GltfAnimation>?, skins: List<GltfSkin>?, extensions: GltfExtensions?, cameras: List<GltfCamera>?)(source)