C# 클래스 SharpQuake.aliashdr_t

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

공개 프로퍼티들

프로퍼티 타입 설명
SizeInBytes int
boundingradius float
commands int[]
eyeposition Vector3
flags int
frames SharpQuake.maliasframedesc_t[]
ident int
numframes int
numposes int
numskins int
numtris int
numverts int
posedata SharpQuake.trivertx_t[]
poseverts int
scale Vector3
scale_origin Vector3
size float
skinheight int
skinwidth int
synctype synctype_t
version int

공개 메소드들

메소드 설명
aliashdr_t ( ) : System

메소드 상세

aliashdr_t() 공개 메소드

public aliashdr_t ( ) : System
리턴 System

프로퍼티 상세

SizeInBytes 공개적으로 정적으로 프로퍼티

public static int SizeInBytes
리턴 int

boundingradius 공개적으로 프로퍼티

public float boundingradius
리턴 float

commands 공개적으로 프로퍼티

Changed from int offset from this header to commands data to commands array
public int[] commands
리턴 int[]

eyeposition 공개적으로 프로퍼티

public Vector3 eyeposition
리턴 Vector3

flags 공개적으로 프로퍼티

public int flags
리턴 int

frames 공개적으로 프로퍼티

public maliasframedesc_t[],SharpQuake frames
리턴 SharpQuake.maliasframedesc_t[]

ident 공개적으로 프로퍼티

public int ident
리턴 int

numframes 공개적으로 프로퍼티

public int numframes
리턴 int

numposes 공개적으로 프로퍼티

public int numposes
리턴 int

numskins 공개적으로 프로퍼티

public int numskins
리턴 int

numtris 공개적으로 프로퍼티

public int numtris
리턴 int

numverts 공개적으로 프로퍼티

public int numverts
리턴 int

posedata 공개적으로 프로퍼티

Changed from int offset from this header to posedata to trivertx_t array
public trivertx_t[],SharpQuake posedata
리턴 SharpQuake.trivertx_t[]

poseverts 공개적으로 프로퍼티

public int poseverts
리턴 int

scale 공개적으로 프로퍼티

public Vector3 scale
리턴 Vector3

scale_origin 공개적으로 프로퍼티

public Vector3 scale_origin
리턴 Vector3

size 공개적으로 프로퍼티

public float size
리턴 float

skinheight 공개적으로 프로퍼티

public int skinheight
리턴 int

skinwidth 공개적으로 프로퍼티

public int skinwidth
리턴 int

synctype 공개적으로 프로퍼티

public synctype_t synctype
리턴 synctype_t

version 공개적으로 프로퍼티

public int version
리턴 int