DotNet script changes transform

This commit is contained in:
Simon Lübeß
2022-04-27 23:58:50 +02:00
parent 2bac6a8d05
commit 63b9270710
11 changed files with 444 additions and 22 deletions
@@ -1,7 +1,9 @@
using System;
using GlitchyEngine.Math;
namespace GlitchyEngine.World
{
[Ordered]
public struct TransformComponent
{
EcsEntity _parent = .InvalidEntity;