Generated new code and added initial data handling
This commit is contained in:
@@ -47,6 +47,24 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(15, "SpaceGraph_Runtime", "runtime", 24)]
|
||||
public SpaceGraph_Runtime runtime;
|
||||
public SpaceIpo() {
|
||||
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_ads = default;
|
||||
this.mode = default;
|
||||
this.autosnap = default;
|
||||
this.flag = default;
|
||||
this.cursorTime = default;
|
||||
this.cursorVal = default;
|
||||
this.around = default;
|
||||
this._pad = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public SpaceIpo(
|
||||
SpaceLink ptr_next,
|
||||
SpaceLink ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user