Files
BlenderSharp/BlendFile/DNA/LineStyleGeometryModifier_Polygonalization.cs
2025-01-22 02:23:29 +01:00

15 lines
512 B
C#

// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
namespace BlendFile.DNA {
public struct LineStyleGeometryModifier_Polygonalization {
public LineStyleModifier modifier;
public float error;
public char[] _pad = new System.Char[4];
public LineStyleGeometryModifier_Polygonalization(LineStyleModifier modifier, float error, char[] _pad) {
this.modifier = modifier;
this.error = error;
this._pad = _pad;
}
}
}