Click or drag to resize

JsonPrefabSave Method (MonoBehaviour, Object)

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

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

Parameters

monoObject
Type: MonoBehaviour
The MonoBehaviour to save values of.
stateObject
Type: SystemObject
The object to save values to.
See Also