Generated new code and added initial data handling
This commit is contained in:
@@ -67,6 +67,34 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad3 = new System.Char[2];
|
||||
[DNAFieldAttribute(25, "SpaceText_Runtime", "*runtime", 0)]
|
||||
public SpaceText_Runtime ptr_runtime;
|
||||
public SpaceText() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
this._pad0 = default;
|
||||
this.ptr_text = default;
|
||||
this.top = default;
|
||||
this.left = default;
|
||||
this._pad1 = default;
|
||||
this.flags = default;
|
||||
this.lheight = default;
|
||||
this.tabnumber = default;
|
||||
this.wordwrap = default;
|
||||
this.doplugins = default;
|
||||
this.showlinenrs = default;
|
||||
this.showsyntax = default;
|
||||
this.line_hlight = default;
|
||||
this.overwrite = default;
|
||||
this.live_edit = default;
|
||||
this._pad2 = default;
|
||||
this.findstr = default;
|
||||
this.replacestr = default;
|
||||
this.margin_column = default;
|
||||
this._pad3 = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public SpaceText(
|
||||
SpaceLink ptr_next,
|
||||
SpaceLink ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user