Modeling3dTextureDownloadListener class

Listens for texture map download.

Constructors

Modeling3dTextureDownloadListener({void onDownloadProgress(String taskId, double progress)?, void onResult(String taskId, Modeling3dTextureDownloadResult result)?, void onError(String taskId, int errorCode, String message)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onDownloadProgress → (void Function(String taskId, double progress)?)
Callback when the download progress is received.
final
onError → (void Function(String taskId, int errorCode, String message)?)
Callback when an error occurs during download.
final
onResult → (void Function(String taskId, Modeling3dTextureDownloadResult result)?)
Callback when the download result is received.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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