 | 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
Syntaxpublic static void Save(
MonoBehaviour monoObject,
Object stateObject
)
Request Example
View SourceParameters
- monoObject
- Type: MonoBehaviour
The MonoBehaviour to save values of. - stateObject
- Type: SystemObject
The object to save values to.
See Also