MaterialEditor.RegisterPropertyChangeUndo
RegisterPropertyChangeUndo(label: string): void;
void RegisterPropertyChangeUndo(string label);
def RegisterPropertyChangeUndo(label as string) as void
Parameters

label Undo Label.
Description

Call this when you change a material property. It will add an undo for the action.