regenerated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user