Add NoUndo attribute for properties without undo usage

This commit is contained in:
Wojtek Figat
2021-07-24 23:37:44 +02:00
parent 135c0636bf
commit caaae8af78
3 changed files with 18 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ namespace FlaxEditor.Surface
typeof(RangeAttribute),
typeof(SpaceAttribute),
typeof(NoAnimateAttribute),
typeof(NoUndoAttribute),
};
/// <summary>