//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; namespace BlendFile.DNA { public class LineStyleAlphaModifier_Curvature_3D { public LineStyleModifier modifier; public CurveMapping ptr_curve; public int flags; public float min_curvature; public float max_curvature; public char[] _pad = new System.Char[4]; public LineStyleAlphaModifier_Curvature_3D(LineStyleModifier modifier, CurveMapping ptr_curve, int flags, float min_curvature, float max_curvature, char[] _pad) { this.modifier = modifier; this.ptr_curve = ptr_curve; this.flags = flags; this.min_curvature = min_curvature; this.max_curvature = max_curvature; this._pad = _pad; } } }