Lysa  0.0
Lysa 3D Engine
RenderingWindowConfiguration Struct Reference

Detailed Description

Initial configuration for creating a RenderingWindow.

Lua full name: lysa.RenderingWindowConfiguration

Properties

string title
 Constructor: RenderingWindowConfiguration()
 
integer mode
 Window display mode (see lysa.RenderingWindowMode).
 
integer x
 Initial window X position in screen coordinates.
 
integer y
 Initial window Y position in screen coordinates.
 
integer width
 Initial window width in pixels.
 
integer height
 Initial window height in pixels.
 
integer monitor
 Index of the monitor to place the window on (0 = primary).
 
RenderTargetConfiguration render_target_configuration
 Render target configuration used for this window's surface.
 

Property Documentation

string title

Constructor: RenderingWindowConfiguration()

integer mode

Window display mode (see lysa.RenderingWindowMode).

integer x

Initial window X position in screen coordinates.

integer y

Initial window Y position in screen coordinates.

integer width

Initial window width in pixels.

integer height

Initial window height in pixels.

integer monitor

Index of the monitor to place the window on (0 = primary).

RenderTargetConfiguration render_target_configuration

Render target configuration used for this window's surface.