Added Generation Output
This commit is contained in:
30
BlendFile/DNA/SpaceScript.cs
Normal file
30
BlendFile/DNA/SpaceScript.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class SpaceScript {
|
||||
public SpaceLink ptr_next;
|
||||
public SpaceLink ptr_prev;
|
||||
public ListBase regionbase;
|
||||
public char spacetype;
|
||||
public char link_flag;
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
public Script ptr_script;
|
||||
public short flags;
|
||||
public short menunr;
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public object ptr_but_refs;
|
||||
public SpaceScript(SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, Script ptr_script, short flags, short menunr, char[] _pad1, object ptr_but_refs) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.regionbase = regionbase;
|
||||
this.spacetype = spacetype;
|
||||
this.link_flag = link_flag;
|
||||
this._pad0 = _pad0;
|
||||
this.ptr_script = ptr_script;
|
||||
this.flags = flags;
|
||||
this.menunr = menunr;
|
||||
this._pad1 = _pad1;
|
||||
this.ptr_but_refs = ptr_but_refs;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user