C# 클래스 SharpQuake.msurface_t

파일 보기 프로젝트 열기: Memorix101/SharpQuake 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
msurface_t ( ) : System

메소드 상세

msurface_t() 공개 메소드

public msurface_t ( ) : System
리턴 System

프로퍼티 상세

cached_dlight 공개적으로 프로퍼티

public bool cached_dlight
리턴 bool

cached_light 공개적으로 프로퍼티

public int[] cached_light
리턴 int[]

dlightbits 공개적으로 프로퍼티

public int dlightbits
리턴 int

dlightframe 공개적으로 프로퍼티

public int dlightframe
리턴 int

extents 공개적으로 프로퍼티

public short[] extents
리턴 short[]

firstedge 공개적으로 프로퍼티

public int firstedge
리턴 int

flags 공개적으로 프로퍼티

public int flags
리턴 int

light_s 공개적으로 프로퍼티

public int light_s
리턴 int

lightmaptexturenum 공개적으로 프로퍼티

public int lightmaptexturenum
리턴 int

numedges 공개적으로 프로퍼티

public int numedges
리턴 int

plane 공개적으로 프로퍼티

public mplane_t,SharpQuake plane
리턴 mplane_t

polys 공개적으로 프로퍼티

public glpoly_t,SharpQuake polys
리턴 glpoly_t

sample_base 공개적으로 프로퍼티

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

sampleofs 공개적으로 프로퍼티

public int sampleofs
리턴 int

styles 공개적으로 프로퍼티

public byte[] styles
리턴 byte[]

texinfo 공개적으로 프로퍼티

public mtexinfo_t,SharpQuake texinfo
리턴 mtexinfo_t

texturechain 공개적으로 프로퍼티

public msurface_t,SharpQuake texturechain
리턴 msurface_t

texturemins 공개적으로 프로퍼티

public short[] texturemins
리턴 short[]

visframe 공개적으로 프로퍼티

public int visframe
리턴 int