C# Class PMD.PMDFormat.FaceVertexList

Inheritance: MMD.Format
Show file Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
face_vert_count uint
face_vert_index ushort[]

Public Methods

Method Description
FaceVertexList ( BinaryReader bin )

Method Details

FaceVertexList() public method

public FaceVertexList ( BinaryReader bin )
bin BinaryReader

Property Details

face_vert_count public property

public uint face_vert_count
return uint

face_vert_index public property

public ushort[] face_vert_index
return ushort[]