chore: ICamera2D to Engine
This commit is contained in:
2
Engine
2
Engine
Submodule Engine updated: 6c36d4d21d...a1f63d2728
@@ -1,9 +0,0 @@
|
|||||||
namespace Syntriax.Engine.Core.Abstract;
|
|
||||||
|
|
||||||
public interface ICamera2D : IBehaviour, IAssignableTransform
|
|
||||||
{
|
|
||||||
float Zoom { get; set; }
|
|
||||||
|
|
||||||
Vector2D ScreenToWorldPosition(Vector2D screenPosition);
|
|
||||||
Vector2D WorldToScreenPosition(Vector2D screenPosition);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user