13 lines
341 B
C#
13 lines
341 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct MVertSkin {
|
|
public float[] radius = new System.Single[3];
|
|
public int flag;
|
|
public MVertSkin(float[] radius, int flag) {
|
|
this.radius = radius;
|
|
this.flag = flag;
|
|
}
|
|
}
|
|
}
|