Added Generation Output
This commit is contained in:
24
BlendFile/DNA/TFace.cs
Normal file
24
BlendFile/DNA/TFace.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class TFace {
|
||||
public object ptr_tpage;
|
||||
public float[,] uv = new System.Single[4][2];
|
||||
public int[] col = new System.Int32[4];
|
||||
public char flag;
|
||||
public char transp;
|
||||
public short mode;
|
||||
public short tile;
|
||||
public short unwrap;
|
||||
public TFace(object ptr_tpage, float[,] uv, int[] col, char flag, char transp, short mode, short tile, short unwrap) {
|
||||
this.ptr_tpage = ptr_tpage;
|
||||
this.uv = uv;
|
||||
this.col = col;
|
||||
this.flag = flag;
|
||||
this.transp = transp;
|
||||
this.mode = mode;
|
||||
this.tile = tile;
|
||||
this.unwrap = unwrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user