Regenerated all the files
This commit is contained in:
@@ -11,18 +11,30 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class IDPropertyUIDataFloat {
|
||||
[DNAFieldAttribute(0, "IDPropertyUIData", "base", 16)]
|
||||
public IDPropertyUIData @base;
|
||||
[DNAFieldAttribute(1, "double", "*default_array", 8)]
|
||||
public double ptr_default_array;
|
||||
[DNAFieldAttribute(2, "int", "default_array_len", 4)]
|
||||
public int default_array_len;
|
||||
[DNAFieldAttribute(3, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "float", "step", 4)]
|
||||
public float step;
|
||||
[DNAFieldAttribute(5, "int", "precision", 4)]
|
||||
public int precision;
|
||||
[DNAFieldAttribute(6, "double", "min", 8)]
|
||||
public double min;
|
||||
[DNAFieldAttribute(7, "double", "max", 8)]
|
||||
public double max;
|
||||
[DNAFieldAttribute(8, "double", "soft_min", 8)]
|
||||
public double soft_min;
|
||||
[DNAFieldAttribute(9, "double", "soft_max", 8)]
|
||||
public double soft_max;
|
||||
[DNAFieldAttribute(10, "double", "default_value", 8)]
|
||||
public double default_value;
|
||||
public IDPropertyUIDataFloat(IDPropertyUIData @base, double ptr_default_array, int default_array_len, char[] _pad, float step, int precision, double min, double max, double soft_min, double soft_max, double default_value) {
|
||||
this.@base = @base;
|
||||
|
||||
Reference in New Issue
Block a user