regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(328, "ImageTile_Runtime")]
public struct ImageTile_Runtime {
[DNAFieldAttribute(0, "int", "tilearray_layer", "int", 4)]
[DNAFieldAttribute(0, "int", "tilearray_layer", "int", 4, false)]
public int tilearray_layer;
[DNAFieldAttribute(1, "int", "_pad", "int", 4)]
[DNAFieldAttribute(1, "int", "_pad", "int", 4, false)]
public int _pad;
[DNAFieldAttribute(2, "int", "tilearray_offset[2]", "System.Int32[]", 4)]
[DNAFieldAttribute(2, "int", "tilearray_offset[2]", "System.Int32[]", 8, false)]
public int[] tilearray_offset = new System.Int32[2];
[DNAFieldAttribute(3, "int", "tilearray_size[2]", "System.Int32[]", 4)]
[DNAFieldAttribute(3, "int", "tilearray_size[2]", "System.Int32[]", 8, false)]
public int[] tilearray_size = new System.Int32[2];
public ImageTile_Runtime() {
this.tilearray_layer = default;