Regenerated codefiles
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(1031, "IDViewerPathElem", 40)]
|
||||
public class IDViewerPathElem {
|
||||
[DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32, false, 0)]
|
||||
[DNAFieldAttribute(32, "ViewerPathElem", 0, "base", "ViewerPathElem", false, 0)]
|
||||
public ViewerPathElem @base;
|
||||
[DNAFieldAttribute(1, "ID", "*id", "ID", 8, true, 32)]
|
||||
public ID ptr_id;
|
||||
[DNAFieldAttribute(8, "ID", 1, "*id", "ID", true, 32)]
|
||||
public ID id;
|
||||
public IDViewerPathElem() {
|
||||
this.@base = default;
|
||||
this.ptr_id = default;
|
||||
this.id = default;
|
||||
}
|
||||
public IDViewerPathElem(ViewerPathElem @base, ID ptr_id) {
|
||||
public IDViewerPathElem(ViewerPathElem @base, ID id) {
|
||||
this.@base = @base;
|
||||
this.ptr_id = ptr_id;
|
||||
this.id = id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user