19 lines
627 B
C#
19 lines
627 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct LineStyleThicknessModifier_Noise {
|
|
public LineStyleModifier modifier;
|
|
public float period;
|
|
public float amplitude;
|
|
public int flags;
|
|
public int seed;
|
|
public LineStyleThicknessModifier_Noise(LineStyleModifier modifier, float period, float amplitude, int flags, int seed) {
|
|
this.modifier = modifier;
|
|
this.period = period;
|
|
this.amplitude = amplitude;
|
|
this.flags = flags;
|
|
this.seed = seed;
|
|
}
|
|
}
|
|
}
|