C# Class SharpQuake.msurface_t

Exibir arquivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
cached_dlight bool
cached_light int[]
dlightbits int
dlightframe int
extents short[]
firstedge int
flags int
light_s int
lightmaptexturenum int
numedges int
plane mplane_t
polys glpoly_t
sample_base byte[]
sampleofs int
styles byte[]
texinfo mtexinfo_t
texturechain msurface_t
texturemins short[]
visframe int

Public Methods

Method Description
msurface_t ( ) : System

Method Details

msurface_t() public method

public msurface_t ( ) : System
return System

Property Details

cached_dlight public_oe property

public bool cached_dlight
return bool

cached_light public_oe property

public int[] cached_light
return int[]

dlightbits public_oe property

public int dlightbits
return int

dlightframe public_oe property

public int dlightframe
return int

extents public_oe property

public short[] extents
return short[]

firstedge public_oe property

public int firstedge
return int

flags public_oe property

public int flags
return int

light_s public_oe property

public int light_s
return int

lightmaptexturenum public_oe property

public int lightmaptexturenum
return int

numedges public_oe property

public int numedges
return int

plane public_oe property

public mplane_t,SharpQuake plane
return mplane_t

polys public_oe property

public glpoly_t,SharpQuake polys
return glpoly_t

sample_base public_oe property

Former "samples" field. Use in pair with sampleofs field!!!
public byte[] sample_base
return byte[]

sampleofs public_oe property

public int sampleofs
return int

styles public_oe property

public byte[] styles
return byte[]

texinfo public_oe property

public mtexinfo_t,SharpQuake texinfo
return mtexinfo_t

texturechain public_oe property

public msurface_t,SharpQuake texturechain
return msurface_t

texturemins public_oe property

public short[] texturemins
return short[]

visframe public_oe property

public int visframe
return int