WriteContext.WriteBinarySchema2

WriteBinarySchema2(string, GlbData)

Writes model to this context using the GLB binary container.

public void WriteBinarySchema2(string baseName, GlbData model)
ParameterTypeDescription
baseNameStringThe base name to use for asset files, without extension.
modelGlbDataThe GlbImage to write.

See Also


WriteBinarySchema2(Stream, GlbData)

public void WriteBinarySchema2(Stream stream, GlbData model)

See Also