SpatialAsyncOperation
Class
Base class for all Spatial's async operations. This class is yieldable and can be used in coroutines.
SpatialAsyncOperation
ActorProfilePictureRequestAdRequestAddInventoryItemRequestAwardWorldCurrencyRequestDataStoreOperationRequestDeleteInventoryItemRequestDestroySpaceObjectRequestEquipAttachmentRequestGetInventoryItemRequestPurchaseItemRequestSpaceObjectOwnershipTransferRequestSpawnSpaceObjectRequestUseInventoryItemRequest
Properties
isDone | Returns true if the operation is done. |
keepWaiting | Returns true if the operation is not done. |
Methods
InvokeCompletionEvent() | Invokes the completion event. |
Extension Methods
SetCompletedEvent<T>(T, Action<T>) | Sets the completion event, same as setting the event using the completed property, but returns the operation itself. |