Added Generation Output
This commit is contained in:
22
BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise2D.cs
Normal file
22
BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise2D.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct LineStyleGeometryModifier_PerlinNoise2D {
|
||||
public LineStyleModifier modifier;
|
||||
public float frequency;
|
||||
public float amplitude;
|
||||
public float angle;
|
||||
public int octaves;
|
||||
public int seed;
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public LineStyleGeometryModifier_PerlinNoise2D(LineStyleModifier modifier, float frequency, float amplitude, float angle, int octaves, int seed, char[] _pad1) {
|
||||
this.modifier = modifier;
|
||||
this.frequency = frequency;
|
||||
this.amplitude = amplitude;
|
||||
this.angle = angle;
|
||||
this.octaves = octaves;
|
||||
this.seed = seed;
|
||||
this._pad1 = _pad1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user