Added Generation Output
This commit is contained in:
22
BlendFile/DNA/NodeKuwaharaData.cs
Normal file
22
BlendFile/DNA/NodeKuwaharaData.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct NodeKuwaharaData {
|
||||
public short size;
|
||||
public short variation;
|
||||
public int uniformity;
|
||||
public float sharpness;
|
||||
public float eccentricity;
|
||||
public char high_precision;
|
||||
public char[] _pad = new System.Char[3];
|
||||
public NodeKuwaharaData(short size, short variation, int uniformity, float sharpness, float eccentricity, char high_precision, char[] _pad) {
|
||||
this.size = size;
|
||||
this.variation = variation;
|
||||
this.uniformity = uniformity;
|
||||
this.sharpness = sharpness;
|
||||
this.eccentricity = eccentricity;
|
||||
this.high_precision = high_precision;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user