Regenerated codefiles
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(316, "GreasePencilLayerTreeGroup", 72)]
|
||||
public class GreasePencilLayerTreeGroup {
|
||||
[DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", "GreasePencilLayerTreeNode", 40, false, 0)]
|
||||
[DNAFieldAttribute(40, "GreasePencilLayerTreeNode", 0, "base", "GreasePencilLayerTreeNode", false, 0)]
|
||||
public GreasePencilLayerTreeNode @base;
|
||||
[DNAFieldAttribute(1, "ListBase", "children", "ListBase", 16, false, 40)]
|
||||
[DNAFieldAttribute(16, "ListBase", 1, "children", "ListBase", false, 40)]
|
||||
public ListBase children;
|
||||
[DNAFieldAttribute(2, "int8_t", "color_tag", "int8_t", 1, false, 56)]
|
||||
[DNAFieldAttribute(1, "int8_t", 2, "color_tag", "int8_t", false, 56)]
|
||||
public sbyte color_tag;
|
||||
[DNAFieldAttribute(3, "char", "_pad[7]", "System.Char[]", 7, false, 57)]
|
||||
[DNAFieldAttribute(7, "char", 3, "_pad[7]", "System.Char[]", false, 57)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(4, "GreasePencilLayerGroupRuntimeHandle", "*runtime", "GreasePencilLayerGroupRuntimeHandle", 8, true, 64)]
|
||||
public GreasePencilLayerGroupRuntimeHandle ptr_runtime;
|
||||
[DNAFieldAttribute(8, "GreasePencilLayerGroupRuntimeHandle", 4, "*runtime", "GreasePencilLayerGroupRuntimeHandle", true, 64)]
|
||||
public GreasePencilLayerGroupRuntimeHandle runtime;
|
||||
public GreasePencilLayerTreeGroup() {
|
||||
this.@base = default;
|
||||
this.children = default;
|
||||
this.color_tag = default;
|
||||
this._pad = default;
|
||||
this.ptr_runtime = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public GreasePencilLayerTreeGroup(GreasePencilLayerTreeNode @base, ListBase children, sbyte color_tag, char[] _pad, GreasePencilLayerGroupRuntimeHandle ptr_runtime) {
|
||||
public GreasePencilLayerTreeGroup(GreasePencilLayerTreeNode @base, ListBase children, sbyte color_tag, char[] _pad, GreasePencilLayerGroupRuntimeHandle runtime) {
|
||||
this.@base = @base;
|
||||
this.children = children;
|
||||
this.color_tag = color_tag;
|
||||
this._pad = _pad;
|
||||
this.ptr_runtime = ptr_runtime;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user