Enum UniTaskConflictResolution
Namespace: Glitch9.IO
Assembly: Glitch9.IO.dll
Syntax
public enum UniTaskConflictResolution
Fields
| Name | Description |
|---|---|
| CancelAndReplace | Cancels the current request and executes the new one. |
| IgnoreNew | Ignores the new request. |
| QueueNew | Queues the new request to be processed after the current one finishes. |
| RejectNew | Keeps the current request and marks the new request as failed. |