GlbData.SaveGLB

GlbData.SaveGLB method

Writes this GlbImage to a file in GLB format.

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

See Also