Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public int flags;
|
||||
[DNAFieldAttribute(4, "int", "seed", 4)]
|
||||
public int seed;
|
||||
public LineStyleThicknessModifier_Noise() {
|
||||
this.modifier = default;
|
||||
this.period = default;
|
||||
this.amplitude = default;
|
||||
this.flags = default;
|
||||
this.seed = default;
|
||||
}
|
||||
public LineStyleThicknessModifier_Noise(LineStyleModifier modifier, float period, float amplitude, int flags, int seed) {
|
||||
this.modifier = modifier;
|
||||
this.period = period;
|
||||
|
||||
Reference in New Issue
Block a user