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
update subs
tags/2.8
sebas77
5 years ago
parent
6b6948081e
commit
6d81948c08
2 changed files
with
1 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Svelto.Common
+0
-10
Svelto.ECS.Components/EntityStructs/LocalTransformEntityStruct.cs
+ 1
- 1
Svelto.Common
@@ -1 +1 @@
Subproject commit
09e2b8967e24eb94c701ceb8f4907e45afb64d6d
Subproject commit
b63d124227ed87367b2f0fcdb4a93833a7c9796b
+ 0
- 10
Svelto.ECS.Components/EntityStructs/LocalTransformEntityStruct.cs
View File
@@ -1,10 +0,0 @@
using Svelto.ECS.Components;
namespace Svelto.ECS.EntityStructs
{
public struct LocalTransformEntityStruct : IEntityStruct
{
public ECSVector3 position;
public ECSQuaternion rotation;
}
}
Write
Preview
Loading…
Cancel
Save