Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct LineStyleThicknessModifier_Noise {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "float", "period", 4)]
|
||||
public float period;
|
||||
[DNAFieldAttribute(2, "float", "amplitude", 4)]
|
||||
public float amplitude;
|
||||
[DNAFieldAttribute(3, "int", "flags", 4)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(4, "int", "seed", 4)]
|
||||
public int seed;
|
||||
public LineStyleThicknessModifier_Noise(LineStyleModifier modifier, float period, float amplitude, int flags, int seed) {
|
||||
this.modifier = modifier;
|
||||
|
||||
Reference in New Issue
Block a user