Click or drag to resize
Ab4d.SharpEngine logo

ReaderObj Properties

The ReaderObj type exposes the following members.

Properties
 NameDescription
Public propertyDetectEncodingFromByteOrderMarks Indicates whether to look for byte order marks at the beginning of the file to detect the text encoding (using in StreamReader constructor). Default value is true.
Public propertyErrors Gets a list of errors that occur during obj file loading.
Public propertyIgnoreErrors Gets or sets a Boolean that specifies if errors are ignored and reader tries to read as much data as possible. The error texts are written to Errors list.
Public propertyNamedObjects Gets a dictionary that can be used to get a 3D object by its name (key = name, value = MeshModelNode)
Public propertyResolveResourceFunc Gets or sets a Func that returns stream from the specified resource name. This can be used to read resources from stream. The returned stream will be closed by the ReaderObj.
Top
See Also