Click or drag to resize

JsonPrefabSaveT Method (ListT, ListJObject)

Save the current values of a list of MonoBehaviours back to their JObjects.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Save<T>(
	List<T> monoObjects,
	List<JObject> jObjects
)
where T : MonoBehaviour
Request Example View Source

Parameters

monoObjects
Type: System.Collections.GenericListT
The list of MonoBehaviours to save values of.
jObjects
Type: System.Collections.GenericListJObject
The list of JObjects to save values to.

Type Parameters

T
Type of MonoBehaviours to save.
See Also