Added Generation Output
This commit is contained in:
22
BlendFile/DNA/MFace.cs
Normal file
22
BlendFile/DNA/MFace.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct MFace {
|
||||
public int v1;
|
||||
public int v2;
|
||||
public int v3;
|
||||
public int v4;
|
||||
public short mat_nr;
|
||||
public char edcode;
|
||||
public char flag;
|
||||
public MFace(int v1, int v2, int v3, int v4, short mat_nr, char edcode, char flag) {
|
||||
this.v1 = v1;
|
||||
this.v2 = v2;
|
||||
this.v3 = v3;
|
||||
this.v4 = v4;
|
||||
this.mat_nr = mat_nr;
|
||||
this.edcode = edcode;
|
||||
this.flag = flag;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user