Click or drag to resize

JsonPrefab Methods

The JsonPrefab type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInstantiateT(IEnumerable, Boolean)
Instantiate MonoBehaviours based on a list of objects and populate them.
Public methodStatic memberInstantiateT(Object, Boolean)
Instantiate a MonoBehaviour based on an object and populates it.
Public methodStatic memberInstantiateT(String, JObject, Boolean)
Instantiate a MonoBehaviour based on an JObject and populates it.
Public methodStatic memberInstantiateT(String, IEnumerableJObject, Boolean)
Instantiate MonoBehaviours based on a list of JObjects and populate them.
Public methodStatic memberReplaceValues
Replace the names enclosed in {} with respective values from a JObject.
Public methodStatic memberSave(MonoBehaviour, JObject)
Save the current values of a MonoBehaviour back to its JObject.
Public methodStatic memberSave(MonoBehaviour, Object)
Save the current values of a MonoBehaviour back to its state.
Public methodStatic memberSaveT(ListT, ListJObject)
Save the current values of a list of MonoBehaviours back to their JObjects.
Public methodStatic memberSaveT(ListT, ListObject)
Save the current values of a list of MonoBehaviours back to their states.
Top
See Also