regenerated files
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(611, "NodeKuwaharaData")]
|
||||
public struct NodeKuwaharaData {
|
||||
[DNAFieldAttribute(0, "short", "size", "short", 2)]
|
||||
[DNAFieldAttribute(0, "short", "size", "short", 2, false)]
|
||||
public short size;
|
||||
[DNAFieldAttribute(1, "short", "variation", "short", 2)]
|
||||
[DNAFieldAttribute(1, "short", "variation", "short", 2, false)]
|
||||
public short variation;
|
||||
[DNAFieldAttribute(2, "int", "uniformity", "int", 4)]
|
||||
[DNAFieldAttribute(2, "int", "uniformity", "int", 4, false)]
|
||||
public int uniformity;
|
||||
[DNAFieldAttribute(3, "float", "sharpness", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "sharpness", "float", 4, false)]
|
||||
public float sharpness;
|
||||
[DNAFieldAttribute(4, "float", "eccentricity", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "eccentricity", "float", 4, false)]
|
||||
public float eccentricity;
|
||||
[DNAFieldAttribute(5, "char", "high_precision", "char", 1)]
|
||||
[DNAFieldAttribute(5, "char", "high_precision", "char", 1, false)]
|
||||
public char high_precision;
|
||||
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
public NodeKuwaharaData() {
|
||||
this.size = default;
|
||||
|
||||
Reference in New Issue
Block a user