Table of Contents

Delegate PrefabFactoryAsync

Namespace
Nautilus.Assets
Assembly
Nautilus.dll
A delegate for prefab construction used by Nautilus to create game objects dynamically.
public delegate IEnumerator PrefabFactoryAsync(TaskResult<GameObject> gameObject)

Parameters

gameObject TaskResult<GameObject>

Returns

IEnumerator
Extension Methods