C# 클래스 TagTool.Geometry.Mesh.Part

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

공개 프로퍼티들

프로퍼티 타입 설명
FirstIndex ushort
FirstSubPartIndex short
IndexCount ushort
MaterialIndex short
SubPartCount short
Unknown2 short
UnknownC byte
UnknownD byte
VertexCount ushort

프로퍼티 상세

FirstIndex 공개적으로 프로퍼티

Gets or sets the index of the first vertex in the index buffer.
public ushort FirstIndex
리턴 ushort

FirstSubPartIndex 공개적으로 프로퍼티

Gets or sets the index of the first subpart that makes up this part.
public short FirstSubPartIndex
리턴 short

IndexCount 공개적으로 프로퍼티

Gets or sets the number of indexes in the part.
public ushort IndexCount
리턴 ushort

MaterialIndex 공개적으로 프로퍼티

Gets or sets the index of the material.
public short MaterialIndex
리턴 short

SubPartCount 공개적으로 프로퍼티

Gets or sets the number of subparts that make up this part.
public short SubPartCount
리턴 short

Unknown2 공개적으로 프로퍼티

public short Unknown2
리턴 short

UnknownC 공개적으로 프로퍼티

public byte UnknownC
리턴 byte

UnknownD 공개적으로 프로퍼티

public byte UnknownD
리턴 byte

VertexCount 공개적으로 프로퍼티

Gets or sets the number of vertices that the part uses.
public ushort VertexCount
리턴 ushort