.
This commit is contained in:
@@ -6,11 +6,11 @@ namespace Engine.Graphics;
|
||||
|
||||
public interface IPresenter : IUpdate, IRender
|
||||
{
|
||||
public bool IsExiting { get; }
|
||||
public int Width { get; }
|
||||
public int Height { get; }
|
||||
bool IsExiting { get; }
|
||||
int Width { get; }
|
||||
int Height { get; }
|
||||
|
||||
public event Action<ResizeEventArgs> Resize;
|
||||
event Action<ResizeEventArgs> Resize;
|
||||
|
||||
public void Present(IConstTexture parTexture);
|
||||
void Present(IConstTexture parTexture);
|
||||
}
|
||||
Reference in New Issue
Block a user