Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
JsonPrefab Class
JsonPrefab Methods
Save Method
Save(T) Method (List(T), List(JObject))
Save(T) Method (List(T), List(Object))
Save Method (MonoBehaviour, JObject)
Save Method (MonoBehaviour, Object)
JsonPrefab
Save
T
Method (List
T
, List
Object
)
Save the current values of a list of
MonoBehaviour
s back to their states.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
void
Save
<T>(
List
<T>
monoObjects
,
List
<
Object
>
stateObjects
)
where
T :
MonoBehaviour
Request Example
View Source
Parameters
monoObjects
Type:
System.Collections.Generic
List
T
The list of
MonoBehaviour
s to save values of.
stateObjects
Type:
System.Collections.Generic
List
Object
The list of objects to save values to.
Type Parameters
T
Type of
MonoBehaviour
s to save.
See Also
Reference
JsonPrefab Class
Save Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com