C# Class PMD.PMDFormat.FaceVertexList

Inheritance: MMD.Format
显示文件 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_oe property

public uint face_vert_count
return uint

face_vert_index public_oe property

public ushort[] face_vert_index
return ushort[]