before candybox editor update
This commit is contained in:
13
Plugins/CandyboxPlugin/Recipe/LearningParameters.cs
Normal file
13
Plugins/CandyboxPlugin/Recipe/LearningParameters.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Point = System.Drawing.Point;
|
||||
|
||||
namespace CandyboxPlugin.Recipe
|
||||
{
|
||||
public class LearningParameters
|
||||
{
|
||||
public HistogramRecipeConfiguration Configuration { get; set; } = new HistogramRecipeConfiguration();
|
||||
public float BlisterAngle { get; set; } = 0f;
|
||||
public Point BlisterPosition { get; set; }
|
||||
public List<CandyParameter> CandyParameters { get; set; } = new List<CandyParameter>();
|
||||
public int ImageWidth { get; set; } = 1800;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user