Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public char high_precision;
|
||||
[DNAFieldAttribute(6, "char", "_pad[3]", 1)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
public NodeKuwaharaData() {
|
||||
this.size = default;
|
||||
this.variation = default;
|
||||
this.uniformity = default;
|
||||
this.sharpness = default;
|
||||
this.eccentricity = default;
|
||||
this.high_precision = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public NodeKuwaharaData(short size, short variation, int uniformity, float sharpness, float eccentricity, char high_precision, char[] _pad) {
|
||||
this.size = size;
|
||||
this.variation = variation;
|
||||
|
||||
Reference in New Issue
Block a user