Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public float sampling;
|
||||
[DNAFieldAttribute(2, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleGeometryModifier_Sampling() {
|
||||
this.modifier = default;
|
||||
this.sampling = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public LineStyleGeometryModifier_Sampling(LineStyleModifier modifier, float sampling, char[] _pad) {
|
||||
this.modifier = modifier;
|
||||
this.sampling = sampling;
|
||||
|
||||
Reference in New Issue
Block a user