interface in AdvancedSceneManager.Utility
Represents a queueable item.
Remarks:
See also Utility.QueueUtility.
| Member | Description |
|---|---|
bool CanQueue() |
Called to make sure the item can actually be queued. |
void OnCancel() |
Called when queueable is cancelled. |
void OnTurn(Action onComplete) |
Called when it is this queueables turn. |