Fix undo for custom serialized objects (eg. LocalizedString)

This commit is contained in:
Wojtek Figat
2021-04-27 10:14:19 +02:00
parent 8c79c21e61
commit ed4eeee647
4 changed files with 33 additions and 13 deletions

View File

@@ -374,6 +374,7 @@ namespace FlaxEditor.SceneGraph
/// <summary>
/// Gets or sets the node state.
/// </summary>
[NoSerialize]
public virtual StateData State
{
get => throw new NotImplementedException();