Browse Source

update subs

tags/2.8
sebas77 5 years ago
parent
commit
6d81948c08
2 changed files with 1 additions and 11 deletions
  1. +1
    -1
      Svelto.Common
  2. +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;
}
}

Loading…
Cancel
Save