Click or drag to resize

JsonPrefabSave Method (MonoBehaviour, JObject)

Save the current values of a MonoBehaviour back to its JObject.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Save(
	MonoBehaviour monoObject,
	JObject jObject
)
Request Example View Source

Parameters

monoObject
Type: MonoBehaviour
The MonoBehaviour to save values of.
jObject
Type: JObject
The JObject to save values to.
See Also