This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
Svelto.ECS
mirror of
https://github.com/sebas77/Svelto.ECS
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
introduced deffered actions for Remove and Swap entity, they now happen during the submission and not right away. This imply a radical change of the current application made with Svelto
tags/2.7
sebas77
6 years ago
parent
ded171d505
commit
4de6463f35
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
Svelto.ECS/EntitySubmitOperation.cs
+ 6
- 0
Svelto.ECS/EntitySubmitOperation.cs
View File
@@ -0,0 +1,6 @@
namespace Svelto.ECS
{
struct EntitySubmitOperation
{
}
}
Write
Preview
Loading…
Cancel
Save