Modeling3dTextureTaskUtils class abstract
Processes a material generation task.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
deleteTask(
String taskId) → Future< int> - Deletes a material generation task using its ID. 0 indicates success, and other values indicate failure.
-
queryTask(
String taskId) → Future< Modeling3dTextureQueryResult> - Queries the status of a material generation task.
-
queryTaskRestrictStatus(
String taskId) → Future< int> - Queries the restriction status of a material generation task using its ID.
-
setTaskRestrictStatus(
String taskId, int restrictStatus) → Future< int> - Sets the restriction status of a material generation task using its ID. 0 indicates success, and other values indicate failure.