Method Instantiate
Instantiate(ICodeLogger)
Creates an instance of the main scene
Declaration
public Task<bool> Instantiate(ICodeLogger logger = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ICodeLogger | logger | Used for message reporting |
Returns
| Type | Description |
|---|---|
| Task<bool> | True if instantiation was successful. |