regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 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", 4)]
[DNAFieldAttribute(0, "int", "tilearray_layer", "int", 4)]
public int tilearray_layer;
[DNAFieldAttribute(1, "int", "_pad", 4)]
[DNAFieldAttribute(1, "int", "_pad", "int", 4)]
public int _pad;
[DNAFieldAttribute(2, "int", "tilearray_offset[2]", 4)]
[DNAFieldAttribute(2, "int", "tilearray_offset[2]", "System.Int32[]", 4)]
public int[] tilearray_offset = new System.Int32[2];
[DNAFieldAttribute(3, "int", "tilearray_size[2]", 4)]
[DNAFieldAttribute(3, "int", "tilearray_size[2]", "System.Int32[]", 4)]
public int[] tilearray_size = new System.Int32[2];
public ImageTile_Runtime() {
this.tilearray_layer = default;