testing building some core systems
- serialization - chunks - parralelfor test
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System.Numerics;
|
||||
using Nerfed.Runtime.Scene;
|
||||
|
||||
namespace Nerfed.Runtime.Components
|
||||
{
|
||||
[SceneComponent]
|
||||
public readonly record struct LocalTransform(Vector3 position, Quaternion rotation, Vector3 scale)
|
||||
{
|
||||
public static readonly LocalTransform Identity = new(Vector3.Zero, Quaternion.Identity, Vector3.One);
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
namespace Nerfed.Runtime.Components
|
||||
using Nerfed.Runtime.Scene;
|
||||
|
||||
namespace Nerfed.Runtime.Components
|
||||
{
|
||||
[SceneComponent]
|
||||
public readonly record struct Test();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user