Added Generation Output
This commit is contained in:
22
BlendFile/DNA/GreasePencilLayerTreeNode.cs
Normal file
22
BlendFile/DNA/GreasePencilLayerTreeNode.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class GreasePencilLayerTreeNode {
|
||||
public GreasePencilLayerTreeNode ptr_next;
|
||||
public GreasePencilLayerTreeNode ptr_prev;
|
||||
public GreasePencilLayerTreeGroup ptr_parent;
|
||||
public char ptr_name;
|
||||
public int8_t type;
|
||||
public uchar[] color = new uchar[3];
|
||||
public int flag;
|
||||
public GreasePencilLayerTreeNode(GreasePencilLayerTreeNode ptr_next, GreasePencilLayerTreeNode ptr_prev, GreasePencilLayerTreeGroup ptr_parent, char ptr_name, int8_t type, uchar[] color, int flag) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_parent = ptr_parent;
|
||||
this.ptr_name = ptr_name;
|
||||
this.type = type;
|
||||
this.color = color;
|
||||
this.flag = flag;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user