Click or drag to resize

JsonPrefabSaveT Method (ListT, ListObject)

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

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

Parameters

monoObjects
Type: System.Collections.GenericListT
The list of MonoBehaviours to save values of.
stateObjects
Type: System.Collections.GenericListObject
The list of objects to save values to.

Type Parameters

T
Type of MonoBehaviours to save.
See Also