Class WriteSettings
WriteSettings class
Write settings and base class of WriteContext
public class WriteSettings
Constructors
Properties
| Name | Description |
|---|
| BuffersMaxSize { get; set; } | Gets or sets the size used to split all the resources into individual buffers. |
| ImageWriteCallback { get; set; } | Gets or sets a callback hook that controls the image writing behavior. |
| 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. |
| JsonOptions { get; set; } | Gets or sets a value indicating the Json options to be used for writing. |
| 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
See Also