C# 클래스 PMD.PMDFormat.FaceVertexList

상속: MMD.Format
파일 보기 프로젝트 열기: hecomi/StereoAR-for-Unity

공개 프로퍼티들

프로퍼티 타입 설명
face_vert_count uint
face_vert_index ushort[]

공개 메소드들

메소드 설명
FaceVertexList ( BinaryReader bin )

메소드 상세

FaceVertexList() 공개 메소드

public FaceVertexList ( BinaryReader bin )
bin BinaryReader

프로퍼티 상세

face_vert_count 공개적으로 프로퍼티

public uint face_vert_count
리턴 uint

face_vert_index 공개적으로 프로퍼티

public ushort[] face_vert_index
리턴 ushort[]