C# Class PMD.PMDFormat.SkinVertexData

Inheritance: MMD.Format
显示文件 Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
skin_vert_index uint
skin_vert_pos Vector3

Public Methods

Method Description
SkinVertexData ( BinaryReader bin )

Method Details

SkinVertexData() public method

public SkinVertexData ( BinaryReader bin )
bin BinaryReader

Property Details

skin_vert_index public_oe property

public uint skin_vert_index
return uint

skin_vert_pos public_oe property

public Vector3 skin_vert_pos
return Vector3