Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public int sim_output_node_id;
|
||||
[DNAFieldAttribute(2, "char", "_pad1[4]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public SimulationZoneViewerPathElem() {
|
||||
this.@base = default;
|
||||
this.sim_output_node_id = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public SimulationZoneViewerPathElem(ViewerPathElem @base, int sim_output_node_id, char[] _pad1) {
|
||||
this.@base = @base;
|
||||
this.sim_output_node_id = sim_output_node_id;
|
||||
|
||||
Reference in New Issue
Block a user