Fix undo for custom serialized objects (eg. LocalizedString)
This commit is contained in:
@@ -374,6 +374,7 @@ namespace FlaxEditor.SceneGraph
|
||||
/// <summary>
|
||||
/// Gets or sets the node state.
|
||||
/// </summary>
|
||||
[NoSerialize]
|
||||
public virtual StateData State
|
||||
{
|
||||
get => throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user