GlbData.GetSatellitePaths

GlbData.GetSatellitePaths method

Gets the list of satellite / dependency files for a given glTF file. This includes binary blobs and texture images.

public static string[] GetSatellitePaths(string filePath)
ParameterTypeDescription
filePathStringA valid file path.

Return Value

A list of relative file paths, as found in the file.

Remarks

This method is designed to be as fast as possible, and it avoids performing much of the validation and parsing of a glTf file, it just blindly looks for URI fields.

See Also