Add fullscreen property to Renderer. Still needs to be properly implemented for RaylibRenderer.
This commit is contained in:
@@ -36,9 +36,10 @@ namespace DaggerFramework.Rendering
|
||||
/// <summary>
|
||||
/// The size of the render window.
|
||||
/// </summary>
|
||||
public abstract Vector2 WindowSize { get; }
|
||||
public abstract Vector2 WindowSize { get; set; }
|
||||
|
||||
public abstract string WindowTitle { get; set; }
|
||||
public abstract bool Fullscreen { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Active monitor's size.
|
||||
|
||||
Reference in New Issue
Block a user