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