FetchWorlds
method in Coherence.Cloud.WorldsService
Methods
public void FetchWorlds(Action<RequestResponse<IReadOnlyList<WorldData>>> onRequestFinished, string region = "", string simSlug = "")
Get the list of available/online worlds that you have created in your coherence Dashboard.
Parameters
| Type | Name | Description |
|---|---|---|
| Action<RequestResponse<IReadOnlyList<WorldData>>> | onRequestFinished | Callback that will be invoked when the request finished, with the list of worlds. |
| string | region | Filter the available worlds by a specific region. |
| string | simSlug | Filter the available worlds by a specific Simulator slug. |