Regenerated codefiles
This commit is contained in:
@@ -15,30 +15,30 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(881, "StripProxy", 1048)]
|
||||
public class StripProxy {
|
||||
[DNAFieldAttribute(0, "char", "dir[768]", "System.Char[]", 768, false, 0)]
|
||||
[DNAFieldAttribute(768, "char", 0, "dir[768]", "System.Char[]", false, 0)]
|
||||
public char[] dir = new System.Char[768];
|
||||
[DNAFieldAttribute(1, "char", "file[256]", "System.Char[]", 256, false, 768)]
|
||||
[DNAFieldAttribute(256, "char", 1, "file[256]", "System.Char[]", false, 768)]
|
||||
public char[] file = new System.Char[256];
|
||||
[DNAFieldAttribute(2, "ImBufAnim", "*anim", "ImBufAnim", 8, true, 1024)]
|
||||
public ImBufAnim ptr_anim;
|
||||
[DNAFieldAttribute(3, "short", "tc", "short", 2, false, 1032)]
|
||||
[DNAFieldAttribute(8, "ImBufAnim", 2, "*anim", "ImBufAnim", true, 1024)]
|
||||
public ImBufAnim anim;
|
||||
[DNAFieldAttribute(2, "short", 3, "tc", "short", false, 1032)]
|
||||
public short tc;
|
||||
[DNAFieldAttribute(4, "short", "quality", "short", 2, false, 1034)]
|
||||
[DNAFieldAttribute(2, "short", 4, "quality", "short", false, 1034)]
|
||||
public short quality;
|
||||
[DNAFieldAttribute(5, "short", "build_size_flags", "short", 2, false, 1036)]
|
||||
[DNAFieldAttribute(2, "short", 5, "build_size_flags", "short", false, 1036)]
|
||||
public short build_size_flags;
|
||||
[DNAFieldAttribute(6, "short", "build_tc_flags", "short", 2, false, 1038)]
|
||||
[DNAFieldAttribute(2, "short", 6, "build_tc_flags", "short", false, 1038)]
|
||||
public short build_tc_flags;
|
||||
[DNAFieldAttribute(7, "short", "build_flags", "short", 2, false, 1040)]
|
||||
[DNAFieldAttribute(2, "short", 7, "build_flags", "short", false, 1040)]
|
||||
public short build_flags;
|
||||
[DNAFieldAttribute(8, "char", "storage", "char", 1, false, 1042)]
|
||||
[DNAFieldAttribute(1, "char", 8, "storage", "char", false, 1042)]
|
||||
public char storage;
|
||||
[DNAFieldAttribute(9, "char", "_pad[5]", "System.Char[]", 5, false, 1043)]
|
||||
[DNAFieldAttribute(5, "char", 9, "_pad[5]", "System.Char[]", false, 1043)]
|
||||
public char[] _pad = new System.Char[5];
|
||||
public StripProxy() {
|
||||
this.dir = default;
|
||||
this.file = default;
|
||||
this.ptr_anim = default;
|
||||
this.anim = default;
|
||||
this.tc = default;
|
||||
this.quality = default;
|
||||
this.build_size_flags = default;
|
||||
@@ -47,10 +47,10 @@ namespace BlendFile.DNA {
|
||||
this.storage = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public StripProxy(char[] dir, char[] file, ImBufAnim ptr_anim, short tc, short quality, short build_size_flags, short build_tc_flags, short build_flags, char storage, char[] _pad) {
|
||||
public StripProxy(char[] dir, char[] file, ImBufAnim anim, short tc, short quality, short build_size_flags, short build_tc_flags, short build_flags, char storage, char[] _pad) {
|
||||
this.dir = dir;
|
||||
this.file = file;
|
||||
this.ptr_anim = ptr_anim;
|
||||
this.anim = anim;
|
||||
this.tc = tc;
|
||||
this.quality = quality;
|
||||
this.build_size_flags = build_size_flags;
|
||||
|
||||
Reference in New Issue
Block a user