Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PMD
PMDFormat.SkinData
C# Class PMD.PMDFormat.SkinData
Inheritance:
MMD.Format
显示文件
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[]