Interface for a network asset source.
More...
Inherited by INetworkPrefabSource.
|
| void | Acquire (bool synchronous) |
| | Acquires the network asset.
|
|
void | Release () |
| | Releases the network asset.
|
| T | WaitForResult () |
| | Waits for the result of the network asset acquisition.
|
|
|
string | Description [get] |
| | Gets the description of the network asset.
|
|
bool | IsCompleted [get] |
| | Checks if the network asset acquisition is completed.
|
Interface for a network asset source.
- Template Parameters
-
| T | Type of the network asset. |
◆ Acquire()
| void Acquire |
( |
bool | synchronous | ) |
|
Acquires the network asset.
- Parameters
-
| synchronous | If true, the acquisition is done synchronously. |
◆ WaitForResult()
Waits for the result of the network asset acquisition.
- Returns
- The network asset.