C# Class PMD.PMDFormat.VertexList

Inheritance: MMD.Format
Mostrar archivo Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
vert_count uint
vertex Vertex[]

Public Methods

Method Description
VertexList ( BinaryReader bin )

Method Details

VertexList() public method

public VertexList ( BinaryReader bin )
bin BinaryReader

Property Details

vert_count public_oe property

public uint vert_count
return uint

vertex public_oe property

public Vertex[] vertex
return Vertex[]