GlbData.Save

GlbData.Save method

Writes this GlbImage to a file in GLTF or GLB based on the extension of filePath.

public void Save(string filePath, WriteSettings settings = null)
ParameterTypeDescription
filePathStringA valid file path to write to.
settingsWriteSettingsOptional settings.

See Also