regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(324, "ImageView")]
|
||||
public class ImageView {
|
||||
[DNAFieldAttribute(0, "ImageView", "*next", 1104)]
|
||||
[DNAFieldAttribute(0, "ImageView", "*next", "ImageView", 1104)]
|
||||
public ImageView ptr_next;
|
||||
[DNAFieldAttribute(1, "ImageView", "*prev", 1104)]
|
||||
[DNAFieldAttribute(1, "ImageView", "*prev", "ImageView", 1104)]
|
||||
public ImageView ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "filepath[1024]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "filepath[1024]", "System.Char[]", 1)]
|
||||
public char[] filepath = new System.Char[1024];
|
||||
public ImageView() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user