Modeling3dTextureQueryResult class
Queries the status of a material generation task.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- retCode → int
-
Result code for a material generation task.
0 indicates success, and other values indicate failure.
final
- retMsg → String?
-
Description of the result code for a material generation task.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status of a material generation task.
Check Modeling3dTextureConstants.progressStatus for more.
final
- taskId → String
-
ID of a material generation task.
A unique task ID is generated each time the material generation API is called.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited