Added Generation Output
This commit is contained in:
12
BlendFile/DNA/NodeImageLayer.cs
Normal file
12
BlendFile/DNA/NodeImageLayer.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct NodeImageLayer {
|
||||
public int pass_index;
|
||||
public char[] pass_name = new System.Char[64];
|
||||
public NodeImageLayer(int pass_index, char[] pass_name) {
|
||||
this.pass_index = pass_index;
|
||||
this.pass_name = pass_name;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user