BREAKING CHANGE: New ICollider

This commit is contained in:
2024-01-24 19:21:53 +03:00
parent 350ef030ac
commit ed15238dcd
11 changed files with 123 additions and 77 deletions

View File

@@ -11,4 +11,5 @@ public interface IRigidBody2D : IBehaviour, IAssignableTransform
float AngularVelocity { get; set; }
float Mass { get; set; }
bool IsStatic { get; set; }
}