C# Class SharpQuake.viddef_t

Show file Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
aspect float
colormap byte[]
conheight int
conwidth int
fullbright int
height int
maxwarpheight int
maxwarpwidth int
numpages int
recalc_refdef bool
rowbytes int
width int

Property Details

aspect public property

public float aspect
return float

colormap public property

public byte[] colormap
return byte[]

conheight public property

public int conheight
return int

conwidth public property

public int conwidth
return int

fullbright public property

public int fullbright
return int

height public property

public int height
return int

maxwarpheight public property

public int maxwarpheight
return int

maxwarpwidth public property

public int maxwarpwidth
return int

numpages public property

public int numpages
return int

recalc_refdef public property

public bool recalc_refdef
return bool

rowbytes public property

public int rowbytes
return int

width public property

public int width
return int