Files
FlaxEngine/Source/Editor/Undo/Actions/PasteActorsAction.cs
Ari Vuollet 3e33c63957 Optimize actor pasting performance with huge amount of actors
- Name lookups are cached to avoid checking the name from same Actor multiple times
- Avoid getting actor children multiple times for same parent
2023-08-16 20:24:19 +03:00

7.4 KiB