Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PMD
PMDFormat.Vertex
C# Class PMD.PMDFormat.Vertex
Inheritance:
MMD.Format
Show file
Open project: hecomi/StereoAR-for-Unity
Public Properties
Property
Type
Description
bone_num
ushort[]
bone_weight
byte
edge_flag
byte
normal_vec
Vector3
pos
Vector3
uv
Vector2
Public Methods
Method
Description
Vertex
(
BinaryReader
bin
)
Method Details
Vertex()
public
method
public
Vertex
(
BinaryReader
bin
)
bin
BinaryReader
Property Details
bone_num
public property
public
ushort[]
bone_num
return
ushort[]
bone_weight
public property
public
byte
bone_weight
return
byte
edge_flag
public property
public
byte
edge_flag
return
byte
normal_vec
public property
public
Vector3
normal_vec
return
Vector3
pos
public property
public
Vector3
pos
return
Vector3
uv
public property
public
Vector2
uv
return
Vector2