Script glue works!

This commit is contained in:
Simon Lübeß
2025-07-17 15:07:06 +02:00
parent 0a53ff48f9
commit f7bcff5337
12 changed files with 433 additions and 327 deletions
+2
View File
@@ -1,4 +1,5 @@
using System.Runtime.InteropServices;
using GlitchyEngine.Core;
namespace GlitchyEngine.Math;
@@ -6,6 +7,7 @@ namespace GlitchyEngine.Math;
/// Represents a rotation around an axis by a specific angle.
/// </summary>
[StructLayout(LayoutKind.Sequential, Pack=1)]
[EngineClass("GlitchyEngine.Scripting.ScriptGlue.AxisAngle")]
public struct RotationAxisAngle
{
/// <summary>