C# 클래스 PMD.PMDFormat.Vertex

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

공개 프로퍼티들

프로퍼티 타입 설명
bone_num ushort[]
bone_weight byte
edge_flag byte
normal_vec Vector3
pos Vector3
uv Vector2

공개 메소드들

메소드 설명
Vertex ( BinaryReader bin )

메소드 상세

Vertex() 공개 메소드

public Vertex ( BinaryReader bin )
bin BinaryReader

프로퍼티 상세

bone_num 공개적으로 프로퍼티

public ushort[] bone_num
리턴 ushort[]

bone_weight 공개적으로 프로퍼티

public byte bone_weight
리턴 byte

edge_flag 공개적으로 프로퍼티

public byte edge_flag
리턴 byte

normal_vec 공개적으로 프로퍼티

public Vector3 normal_vec
리턴 Vector3

pos 공개적으로 프로퍼티

public Vector3 pos
리턴 Vector3

uv 공개적으로 프로퍼티

public Vector2 uv
리턴 Vector2