JsonPrefab Methods |
The JsonPrefab type exposes the following members.
| 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. | |
| ReplaceValues | Replace the names enclosed in {} with respective values from a JObject. | |
| Save(MonoBehaviour, JObject) | Save the current values of a MonoBehaviour back to its JObject. | |
| Save(MonoBehaviour, Object) | Save the current values of a MonoBehaviour back to its state. | |
| SaveT(ListT, ListJObject) | Save the current values of a list of MonoBehaviours back to their JObjects. | |
| SaveT(ListT, ListObject) | Save the current values of a list of MonoBehaviours back to their states. |