GltfFile

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