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
JObject
)
Save the current values of a list of
MonoBehaviour
s back to their
JObject
s.
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
<
JObject
>
jObjects
)
where
T :
MonoBehaviour
Request Example
View Source
Parameters
monoObjects
Type:
System.Collections.Generic
List
T
The list of
MonoBehaviour
s to save values of.
jObjects
Type:
System.Collections.Generic
List
JObject
The list of
JObject
s 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