Table of Contents

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

Color

IsWindowResizable

Gets or sets the value of the is window resizable

bool IsWindowResizable { get; set; }

Property Value

bool

Resolution

Gets or sets the value of the resolution

Vector2 Resolution { get; set; }

Property Value

Vector2