13 lines
330 B
C#
13 lines
330 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct MDefInfluence {
|
|
public int vertex;
|
|
public float weight;
|
|
public MDefInfluence(int vertex, float weight) {
|
|
this.vertex = vertex;
|
|
this.weight = weight;
|
|
}
|
|
}
|
|
}
|