Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public IDPropertyUIData @base;
|
||||
[DNAFieldAttribute(1, "char", "*default_value", 1)]
|
||||
public char ptr_default_value;
|
||||
public IDPropertyUIDataString() {
|
||||
this.@base = default;
|
||||
this.ptr_default_value = default;
|
||||
}
|
||||
public IDPropertyUIDataString(IDPropertyUIData @base, char ptr_default_value) {
|
||||
this.@base = @base;
|
||||
this.ptr_default_value = ptr_default_value;
|
||||
|
||||
Reference in New Issue
Block a user