Instantiate Prefab

STD Library
Both Server and Client
Only PC

Create a prefab instance with the option to process it asynchronously

Declaration

func InstantiatePrefab(out var createdEntity entity<Entity>, prefab PrefabID, asyncLoad bool)
go

Parameters

Input

Name Type Description
Prefab PrefabID Prefab ID
Async Load Bool Whether loading is asynchronous

Out

Name Type Description
Created Entity Entity Created Entity