Delegate PrefabFactoryAsync
A delegate for prefab construction used by Nautilus to create game objects dynamically.
public delegate IEnumerator PrefabFactoryAsync(TaskResult<GameObject> gameObject)
Parameters
gameObject
TaskResult<GameObject>- A delegate for prefab construction used by Nautilus to create game objects dynamically.
Returns
- IEnumerator
- A delegate for prefab construction used by Nautilus to create game objects dynamically.
- Extension Methods