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