regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

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