Serialization.

RecordUndo(SerializedProperty, string) Method

Summary

Records the state of the specified `property` so it can be undone.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
Serialization

Syntax

public static void RecordUndo(this SerializedProperty property, string undoName = "Inspector")

Parameters

Name Type Description
property SerializedProperty
undoName string

Return Value

Type Description
void