Generated new code and added initial data handling
This commit is contained in:
@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad1 = new System.Char[6];
|
||||
[DNAFieldAttribute(18, "SpaceAction_Runtime", "runtime", 8)]
|
||||
public SpaceAction_Runtime runtime;
|
||||
public SpaceAction() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
this._pad0 = default;
|
||||
this.v2d = default;
|
||||
this.ptr_action = default;
|
||||
this.action_slot_handle = default;
|
||||
this._pad2 = default;
|
||||
this.ads = default;
|
||||
this.timeslide = default;
|
||||
this.flag = default;
|
||||
this.mode = default;
|
||||
this.mode_prev = default;
|
||||
this.autosnap = default;
|
||||
this.cache_display = default;
|
||||
this._pad1 = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public SpaceAction(
|
||||
SpaceLink ptr_next,
|
||||
SpaceLink ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user