Added Generation Output
This commit is contained in:
20
BlendFile/DNA/LineStyleAlphaModifier_CreaseAngle.cs
Normal file
20
BlendFile/DNA/LineStyleAlphaModifier_CreaseAngle.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class LineStyleAlphaModifier_CreaseAngle {
|
||||
public LineStyleModifier modifier;
|
||||
public CurveMapping ptr_curve;
|
||||
public int flags;
|
||||
public float min_angle;
|
||||
public float max_angle;
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleAlphaModifier_CreaseAngle(LineStyleModifier modifier, CurveMapping ptr_curve, int flags, float min_angle, float max_angle, char[] _pad) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_curve = ptr_curve;
|
||||
this.flags = flags;
|
||||
this.min_angle = min_angle;
|
||||
this.max_angle = max_angle;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user