Type Alias FileType

FileType:
    | "gltf"
    | "glb"
    | "vrm"
    | "fbx"
    | "obj"
    | "usdz"
    | "usd"
    | "usda"
    | "unknown"

The supported file types that can be determined by the engine. Used in tryDetermineFileTypeFromURL and tryDetermineFileTypeFromBinary