Declaration
func InstantiatePrefab(out var createdEntity entity<Entity>, prefab PrefabID, asyncLoad bool)
go
Parameters
Input
Out
| Name | Type | Description |
|---|---|---|
| Created Entity | Entity | Created Entity |
Create a prefab instance with the option to process it asynchronously
func InstantiatePrefab(out var createdEntity entity<Entity>, prefab PrefabID, asyncLoad bool)
go
| Name | Type | Description |
|---|---|---|
| Created Entity | Entity | Created Entity |