Added Generation Output
This commit is contained in:
16
BlendFile/DNA/LineStyleColorModifier_DistanceFromCamera.cs
Normal file
16
BlendFile/DNA/LineStyleColorModifier_DistanceFromCamera.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class LineStyleColorModifier_DistanceFromCamera {
|
||||
public LineStyleModifier modifier;
|
||||
public ColorBand ptr_color_ramp;
|
||||
public float range_min;
|
||||
public float range_max;
|
||||
public LineStyleColorModifier_DistanceFromCamera(LineStyleModifier modifier, ColorBand ptr_color_ramp, float range_min, float range_max) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_color_ramp = ptr_color_ramp;
|
||||
this.range_min = range_min;
|
||||
this.range_max = range_max;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user