Photon Fusion
2.0.8
Interface for a network asset source. More...
Public Member Functions | |
| void | Acquire (bool synchronous) |
| Acquires the network asset. More... | |
| void | Release () |
| Releases the network asset. More... | |
| T | WaitForResult () |
| Waits for the result of the network asset acquisition. More... | |
Properties | |
| string | Description [get] |
| Gets the description of the network asset. More... | |
| bool | IsCompleted [get] |
| Checks if the network asset acquisition is completed. More... | |
Interface for a network asset source.
| T | Type of the network asset. |
| void Acquire | ( | bool | synchronous | ) |
Acquires the network asset.
| synchronous | If true, the acquisition is done synchronously. |
| void Release | ( | ) |
Releases the network asset.
| T WaitForResult | ( | ) |
Waits for the result of the network asset acquisition.
|
get |
Gets the description of the network asset.
|
get |
Checks if the network asset acquisition is completed.