Documentation

This commit is contained in:
Simon Lübeß
2023-12-13 14:45:33 +01:00
parent ed756f5847
commit a129156641
17 changed files with 211 additions and 37 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
using GlitchyEngine.Components;
using GlitchyEngine.Math;
namespace GlitchyEngine;
namespace GlitchyEngine.Components;
/// <summary>
/// Rigid body component for 2D physics.
/// </summary>
public class Rigidbody2D : Component
{
/// <summary>