Class Screen
- Namespace
- BasilEngine
- Assembly
- BasilEngine.dll
[NativeHeader("Bindings/ManagedScreen.hpp")]
[NativeClass("ManagedScreen", ".")]
public static class Screen
- Inheritance
-
Screen
- Inherited Members
Properties
height
Height of the current screen in pixels.
public static int height { get; }
Property Value
size
Combined screen size as a Vector2.
public static Vector2 size { get; }
Property Value
width
Width of the current screen in pixels.
public static int width { get; }