Editor<T>.

RecordTargetUndo(string) Method

Summary

Records the current state of the InspectorGadgets.Editor.Editor`1.Targets so that any subsequent changes can be undone (reverted back to the recorded state).

Syntax

public void RecordTargetUndo(string undoName)

Parameters

Name Type Description
undoName string

Return Value

Type Description
void