C# Class SharpQuake.msurface_t

Afficher le fichier Open project: Memorix101/SharpQuake Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
msurface_t ( ) : System

Method Details

msurface_t() public méthode

public msurface_t ( ) : System
Résultat System

Property Details

cached_dlight public_oe property

public bool cached_dlight
Résultat bool

cached_light public_oe property

public int[] cached_light
Résultat int[]

dlightbits public_oe property

public int dlightbits
Résultat int

dlightframe public_oe property

public int dlightframe
Résultat int

extents public_oe property

public short[] extents
Résultat short[]

firstedge public_oe property

public int firstedge
Résultat int

flags public_oe property

public int flags
Résultat int

light_s public_oe property

public int light_s
Résultat int

lightmaptexturenum public_oe property

public int lightmaptexturenum
Résultat int

numedges public_oe property

public int numedges
Résultat int

plane public_oe property

public mplane_t,SharpQuake plane
Résultat mplane_t

polys public_oe property

public glpoly_t,SharpQuake polys
Résultat glpoly_t

sample_base public_oe property

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

sampleofs public_oe property

public int sampleofs
Résultat int

styles public_oe property

public byte[] styles
Résultat byte[]

texinfo public_oe property

public mtexinfo_t,SharpQuake texinfo
Résultat mtexinfo_t

texturechain public_oe property

public msurface_t,SharpQuake texturechain
Résultat msurface_t

texturemins public_oe property

public short[] texturemins
Résultat short[]

visframe public_oe property

public int visframe
Résultat int