Select to view content in your preferred language

Undo and redo

660
1
08-30-2021 02:53 AM
VanyaIvanov
Regular Contributor

How to undo or redo changes on the Scene?

Tags (1)
0 Kudos
1 Reply
DaveWhitla
Regular Contributor

I would approach this problem just as I would any other undo/redo requirement.

I suggest a Command Pattern implementation and using an Undo/Redo Stack. The details of the command implementation depend entirely on your needs and the nature of your proposed scene changes. So without any detail it is hard to offer much beyond the foregoing.