Regenerated codefiles
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(859, "uiPreview", 88)]
|
||||
public class uiPreview {
|
||||
[DNAFieldAttribute(0, "uiPreview", "*next", "uiPreview", 8, true, 0)]
|
||||
public uiPreview ptr_next;
|
||||
[DNAFieldAttribute(1, "uiPreview", "*prev", "uiPreview", 8, true, 8)]
|
||||
public uiPreview ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "preview_id[64]", "System.Char[]", 64, false, 16)]
|
||||
[DNAFieldAttribute(8, "uiPreview", 0, "*next", "uiPreview", true, 0)]
|
||||
public uiPreview next;
|
||||
[DNAFieldAttribute(8, "uiPreview", 1, "*prev", "uiPreview", true, 8)]
|
||||
public uiPreview prev;
|
||||
[DNAFieldAttribute(64, "char", 2, "preview_id[64]", "System.Char[]", false, 16)]
|
||||
public char[] preview_id = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "short", "height", "short", 2, false, 80)]
|
||||
[DNAFieldAttribute(2, "short", 3, "height", "short", false, 80)]
|
||||
public short height;
|
||||
[DNAFieldAttribute(4, "short", "tag", "short", 2, false, 82)]
|
||||
[DNAFieldAttribute(2, "short", 4, "tag", "short", false, 82)]
|
||||
public short tag;
|
||||
[DNAFieldAttribute(5, "int", "id_session_uid", "int", 4, false, 84)]
|
||||
[DNAFieldAttribute(4, "int", 5, "id_session_uid", "int", false, 84)]
|
||||
public int id_session_uid;
|
||||
public uiPreview() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.preview_id = default;
|
||||
this.height = default;
|
||||
this.tag = default;
|
||||
this.id_session_uid = default;
|
||||
}
|
||||
public uiPreview(uiPreview ptr_next, uiPreview ptr_prev, char[] preview_id, short height, short tag, int id_session_uid) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
public uiPreview(uiPreview next, uiPreview prev, char[] preview_id, short height, short tag, int id_session_uid) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.preview_id = preview_id;
|
||||
this.height = height;
|
||||
this.tag = tag;
|
||||
|
||||
Reference in New Issue
Block a user