Modeling3dReconstructDownloadConfig class

3D object reconstruction download config.

Constructors

Modeling3dReconstructDownloadConfig({String modelFormat = 'OBJ', int textureMode = 0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
modelFormat String
Model file format. Check Modeling3dReconstructConstants.modelFormat for more.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureMode int
Texture map mode. Check Modeling3dReconstructConstants.textureMode for more.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited