C# 클래스 SharpQuake.texture_t

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

공개 프로퍼티들

프로퍼티 타입 설명
alternate_anims texture_t
anim_min int
anim_next texture_t
anim_total int
gl_texturenum int
name string
offsets int[]
pixels byte[]
texturechain msurface_t
width uint

공개 메소드들

메소드 설명
texture_t ( ) : System

메소드 상세

texture_t() 공개 메소드

public texture_t ( ) : System
리턴 System

프로퍼티 상세

alternate_anims 공개적으로 프로퍼티

public texture_t,SharpQuake alternate_anims
리턴 texture_t

anim_min 공개적으로 프로퍼티

public int anim_min
리턴 int

anim_next 공개적으로 프로퍼티

public texture_t,SharpQuake anim_next
리턴 texture_t

anim_total 공개적으로 프로퍼티

public int anim_total
리턴 int

gl_texturenum 공개적으로 프로퍼티

public int gl_texturenum
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

offsets 공개적으로 프로퍼티

public int[] offsets
리턴 int[]

pixels 공개적으로 프로퍼티

public byte[] pixels
리턴 byte[]

texturechain 공개적으로 프로퍼티

public msurface_t,SharpQuake texturechain
리턴 msurface_t

width 공개적으로 프로퍼티

public uint width
리턴 uint