Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class PreviewImage {
|
||||
[DNAFieldAttribute(0, "int", "w[2]", 4)]
|
||||
public int[] w = new System.Int32[2];
|
||||
[DNAFieldAttribute(1, "int", "h[2]", 4)]
|
||||
public int[] h = new System.Int32[2];
|
||||
[DNAFieldAttribute(2, "short", "flag[2]", 2)]
|
||||
public short[] flag = new System.Int16[2];
|
||||
[DNAFieldAttribute(3, "short", "changed_timestamp[2]", 2)]
|
||||
public short[] changed_timestamp = new System.Int16[2];
|
||||
[DNAFieldAttribute(4, "int", "*rect[2]", 4)]
|
||||
public int[] ptr_r = new System.Int32[2];
|
||||
[DNAFieldAttribute(5, "PreviewImageRuntimeHandle", "*runtime", 0)]
|
||||
public PreviewImageRuntimeHandle ptr_runtime;
|
||||
public PreviewImage(int[] w, int[] h, short[] flag, short[] changed_timestamp, int[] ptr_r, PreviewImageRuntimeHandle ptr_runtime) {
|
||||
this.w = w;
|
||||
|
||||
Reference in New Issue
Block a user