Added Generation Output
This commit is contained in:
24
BlendFile/DNA/SpaceInfo.cs
Normal file
24
BlendFile/DNA/SpaceInfo.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class SpaceInfo {
|
||||
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 char rpt_mask;
|
||||
public char[] _pad = new System.Char[7];
|
||||
public SpaceInfo(SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, char rpt_mask, char[] _pad) {
|
||||
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.rpt_mask = rpt_mask;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user