feat: added a basic Viewport field to ICamera

This commit is contained in:
2026-03-28 22:35:01 +03:00
parent 734649955e
commit 0707665481
3 changed files with 23 additions and 19 deletions

View File

@@ -5,6 +5,11 @@ namespace Engine.Core;
/// </summary>
public interface ICamera
{
/// <summary>
/// The viewport of the <see cref="ICamera"/>.
/// </summary>
Vector2D Viewport { get; }
/// <summary>
/// View <see cref="Matrix4x4"/> of the <see cref="ICamera"/>.
/// </summary>