23 lines
822 B
C#
23 lines
822 B
C#
// 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;
|
|
}
|
|
}
|
|
}
|