C# Class PMD.PMDFormat.SkinData

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

Public Properties

Property Type Description
skin_name string
skin_type byte
skin_vert_count uint
skin_vert_data SkinVertexData[]

Public Methods

Method Description
SkinData ( BinaryReader bin )

Method Details

SkinData() public method

public SkinData ( BinaryReader bin )
bin BinaryReader

Property Details

skin_name public_oe property

public string skin_name
return string

skin_type public_oe property

public byte skin_type
return byte

skin_vert_count public_oe property

public uint skin_vert_count
return uint

skin_vert_data public_oe property

public SkinVertexData[] skin_vert_data
return SkinVertexData[]