Regenerated codefiles
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(21, "IDPropertyUIDataString", 24)]
|
||||
public class IDPropertyUIDataString {
|
||||
[DNAFieldAttribute(0, "IDPropertyUIData", "base", "IDPropertyUIData", 16, false, 0)]
|
||||
[DNAFieldAttribute(16, "IDPropertyUIData", 0, "base", "IDPropertyUIData", false, 0)]
|
||||
public IDPropertyUIData @base;
|
||||
[DNAFieldAttribute(1, "char", "*default_value", "char", 8, true, 16)]
|
||||
public char ptr_default_value;
|
||||
[DNAFieldAttribute(8, "char", 1, "*default_value", "char", true, 16)]
|
||||
public char default_value;
|
||||
public IDPropertyUIDataString() {
|
||||
this.@base = default;
|
||||
this.ptr_default_value = default;
|
||||
this.default_value = default;
|
||||
}
|
||||
public IDPropertyUIDataString(IDPropertyUIData @base, char ptr_default_value) {
|
||||
public IDPropertyUIDataString(IDPropertyUIData @base, char default_value) {
|
||||
this.@base = @base;
|
||||
this.ptr_default_value = ptr_default_value;
|
||||
this.default_value = default_value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user