Class ReadSettings

ReadSettings class

Read settings and base class of ReadContext

public class ReadSettings

Constructors

NameDescription
ReadSettings()The default constructor.
ReadSettings(ReadSettings)

Properties

NameDescription
ImageDecoder { get; set; }Gets or sets the callback used to decode the textures as they’re loaded.
JsonPreprocessor { get; set; }Gets or sets the callback used to preprocess the json text before parsing it.
Validation { get; set; }Gets or sets a value indicating the level of validation applied when loading a file.

Methods

NameDescription
CopyTo(ReadSettings)
implicit operator

See Also