feat: added a basic Viewport field to ICamera
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user