JsonPrefabInstantiate Method |
| Name | Description | |
|---|---|---|
| InstantiateT(IEnumerable, Boolean) | Instantiate MonoBehaviours based on a list of objects and populate them. | |
| InstantiateT(Object, Boolean) | Instantiate a MonoBehaviour based on an object and populates it. | |
| InstantiateT(String, JObject, Boolean) | Instantiate a MonoBehaviour based on an JObject and populates it. | |
| InstantiateT(String, IEnumerableJObject, Boolean) | Instantiate MonoBehaviours based on a list of JObjects and populate them. |