C# 클래스 SharpQuake.model_t

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

공개 프로퍼티들

프로퍼티 타입 설명
cache cache_user_t
clipbox bool
clipmins Vector3
clipnodes SharpQuake.dclipnode_t[]
edges SharpQuake.medge_t[]
entities string
firstmodelsurface int
flags int
hulls SharpQuake.hull_t[]
leafs SharpQuake.mleaf_t[]
lightdata byte[]
marksurfaces SharpQuake.msurface_t[]
mins Vector3
name string
needload bool
nodes SharpQuake.mnode_t[]
numclipnodes int
numedges int
numframes int
numleafs int
nummarksurfaces int
numnodes int
numplanes int
numsubmodels int
numsurfaces int
numsurfedges int
numtexinfo int
numtextures int
numvertexes int
planes SharpQuake.mplane_t[]
radius float
submodels SharpQuake.dmodel_t[]
surfaces SharpQuake.msurface_t[]
surfedges int[]
synctype synctype_t
texinfo SharpQuake.mtexinfo_t[]
textures SharpQuake.texture_t[]
type modtype_t
vertexes SharpQuake.mvertex_t[]
visdata byte[]

공개 메소드들

메소드 설명
Clear ( ) : void
CopyFrom ( model_t src ) : void
model_t ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( model_t src ) : void
src model_t
리턴 void

model_t() 공개 메소드

public model_t ( ) : System
리턴 System

프로퍼티 상세

cache 공개적으로 프로퍼티

public cache_user_t,SharpQuake cache
리턴 cache_user_t

clipbox 공개적으로 프로퍼티

public bool clipbox
리턴 bool

clipmins 공개적으로 프로퍼티

public Vector3 clipmins
리턴 Vector3

clipnodes 공개적으로 프로퍼티

public dclipnode_t[],SharpQuake clipnodes
리턴 SharpQuake.dclipnode_t[]

edges 공개적으로 프로퍼티

public medge_t[],SharpQuake edges
리턴 SharpQuake.medge_t[]

entities 공개적으로 프로퍼티

public string entities
리턴 string

firstmodelsurface 공개적으로 프로퍼티

public int firstmodelsurface
리턴 int

flags 공개적으로 프로퍼티

public int flags
리턴 int

hulls 공개적으로 프로퍼티

public hull_t[],SharpQuake hulls
리턴 SharpQuake.hull_t[]

leafs 공개적으로 프로퍼티

public mleaf_t[],SharpQuake leafs
리턴 SharpQuake.mleaf_t[]

lightdata 공개적으로 프로퍼티

public byte[] lightdata
리턴 byte[]

marksurfaces 공개적으로 프로퍼티

public msurface_t[],SharpQuake marksurfaces
리턴 SharpQuake.msurface_t[]

mins 공개적으로 프로퍼티

public Vector3 mins
리턴 Vector3

name 공개적으로 프로퍼티

public string name
리턴 string

needload 공개적으로 프로퍼티

public bool needload
리턴 bool

nodes 공개적으로 프로퍼티

public mnode_t[],SharpQuake nodes
리턴 SharpQuake.mnode_t[]

numclipnodes 공개적으로 프로퍼티

public int numclipnodes
리턴 int

numedges 공개적으로 프로퍼티

public int numedges
리턴 int

numframes 공개적으로 프로퍼티

public int numframes
리턴 int

numleafs 공개적으로 프로퍼티

public int numleafs
리턴 int

nummarksurfaces 공개적으로 프로퍼티

public int nummarksurfaces
리턴 int

numnodes 공개적으로 프로퍼티

public int numnodes
리턴 int

numplanes 공개적으로 프로퍼티

public int numplanes
리턴 int

numsubmodels 공개적으로 프로퍼티

public int numsubmodels
리턴 int

numsurfaces 공개적으로 프로퍼티

public int numsurfaces
리턴 int

numsurfedges 공개적으로 프로퍼티

public int numsurfedges
리턴 int

numtexinfo 공개적으로 프로퍼티

public int numtexinfo
리턴 int

numtextures 공개적으로 프로퍼티

public int numtextures
리턴 int

numvertexes 공개적으로 프로퍼티

public int numvertexes
리턴 int

planes 공개적으로 프로퍼티

public mplane_t[],SharpQuake planes
리턴 SharpQuake.mplane_t[]

radius 공개적으로 프로퍼티

public float radius
리턴 float

submodels 공개적으로 프로퍼티

public dmodel_t[],SharpQuake submodels
리턴 SharpQuake.dmodel_t[]

surfaces 공개적으로 프로퍼티

public msurface_t[],SharpQuake surfaces
리턴 SharpQuake.msurface_t[]

surfedges 공개적으로 프로퍼티

public int[] surfedges
리턴 int[]

synctype 공개적으로 프로퍼티

public synctype_t synctype
리턴 synctype_t

texinfo 공개적으로 프로퍼티

public mtexinfo_t[],SharpQuake texinfo
리턴 SharpQuake.mtexinfo_t[]

textures 공개적으로 프로퍼티

public texture_t[],SharpQuake textures
리턴 SharpQuake.texture_t[]

type 공개적으로 프로퍼티

public modtype_t type
리턴 modtype_t

vertexes 공개적으로 프로퍼티

public mvertex_t[],SharpQuake vertexes
리턴 SharpQuake.mvertex_t[]

visdata 공개적으로 프로퍼티

public byte[] visdata
리턴 byte[]