Interface IWindow
- Namespace
- Alis.Core.Graphic
- Assembly
- Alis.dll
The window interface
public interface IWindow
Properties
Background
Gets or sets the value of the background
Color Background { get; set; }
Property Value
IsWindowResizable
Gets or sets the value of the is window resizable
bool IsWindowResizable { get; set; }
Property Value
Resolution
Gets or sets the value of the resolution
Vector2 Resolution { get; set; }