Class WriteSettings

WriteSettings class

Write settings and base class of WriteContext

public class WriteSettings

Constructors

NameDescription
WriteSettings()The default constructor.
WriteSettings(WriteSettings)

Properties

NameDescription
BuffersMaxSize { get; set; }Gets or sets the size used to split all the resources into individual buffers.
ImageWriting { get; set; }Gets or sets a value indicating how to write the images of the model.
JsonIndented { get; set; }Gets or sets a value indicating whether the JSON formatting will include indentation.
JsonPostprocessor { get; set; }Gets or sets the callback used to postprocess the json text before parsing it.
MergeBuffers { get; set; }Gets or sets a value indicating whether to merge all the buffers in !:GlbImage.LogicalBuffers into a single buffer.
Validation { get; set; }Gets or sets a value indicating the level of validation applied when loading a file.

Methods

NameDescription
CopyTo(WriteSettings)
implicit operator

See Also