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,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(114, "AssetWeakReference", 24)]
public class AssetWeakReference {
[DNAFieldAttribute(0, "char", "_pad[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(0, "char", "_pad[6]", "System.Char[]", 6, false, 0)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(1, "short", "asset_library_type", "short", 2, false)]
[DNAFieldAttribute(1, "short", "asset_library_type", "short", 2, false, 6)]
public short asset_library_type;
[DNAFieldAttribute(2, "char", "*asset_library_identifier", "char", 8, true)]
[DNAFieldAttribute(2, "char", "*asset_library_identifier", "char", 8, true, 8)]
public char ptr_asset_library_identifier;
[DNAFieldAttribute(3, "char", "*relative_asset_identifier", "char", 8, true)]
[DNAFieldAttribute(3, "char", "*relative_asset_identifier", "char", 8, true, 16)]
public char ptr_relative_asset_identifier;
public AssetWeakReference() {
this._pad = default;