BREAKING CHANGE: New ICollider
This commit is contained in:
9
Engine.Physics2D/Abstract/IShapeCollider2D.cs
Normal file
9
Engine.Physics2D/Abstract/IShapeCollider2D.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Syntriax.Engine.Physics2D.Primitives;
|
||||
|
||||
namespace Syntriax.Engine.Physics2D.Abstract;
|
||||
|
||||
public interface IShapeCollider2D : ICollider2D
|
||||
{
|
||||
Shape ShapeLocal { get; set; }
|
||||
Shape ShapeWorld { get; }
|
||||
}
|
Reference in New Issue
Block a user