Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(554, "MovieClipProxy", 776)]
public struct MovieClipProxy {
[DNAFieldAttribute(0, "char", "dir[768]", "System.Char[]", 768, false)]
[DNAFieldAttribute(0, "char", "dir[768]", "System.Char[]", 768, false, 0)]
public char[] dir = new System.Char[768];
[DNAFieldAttribute(1, "short", "tc", "short", 2, false)]
[DNAFieldAttribute(1, "short", "tc", "short", 2, false, 768)]
public short tc;
[DNAFieldAttribute(2, "short", "quality", "short", 2, false)]
[DNAFieldAttribute(2, "short", "quality", "short", 2, false, 770)]
public short quality;
[DNAFieldAttribute(3, "short", "build_size_flag", "short", 2, false)]
[DNAFieldAttribute(3, "short", "build_size_flag", "short", 2, false, 772)]
public short build_size_flag;
[DNAFieldAttribute(4, "short", "build_tc_flag", "short", 2, false)]
[DNAFieldAttribute(4, "short", "build_tc_flag", "short", 2, false, 774)]
public short build_tc_flag;
public MovieClipProxy() {
this.dir = default;