C# Class NewTOAPIA.GL.Viewport

A Viewport contains the parameters necessary to define a section of the Backing Buffer. The coordinates are in screen space. The minZ and maxZ values represent values in the Depth buffer.
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
height int
maxZ int
minZ int
width int
x int
y int

Property Details

height public_oe property

public int height
return int

maxZ public_oe property

public int maxZ
return int

minZ public_oe property

public int minZ
return int

width public_oe property

public int width
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int