C# Class GenArt.Classes.Settings

Show file Open project: MattLloyd101/EvoLisa Class Usage Examples

Public Properties

Property Type Description
ActiveAddEllipseMutationRate int
ActiveAddPointMutationRate int
ActiveAddPolygonMutationRate int
ActiveAddTinyCircleMutationRate int
ActiveAlphaMutationRate int
ActiveAlphaRangeMax int
ActiveAlphaRangeMin int
ActiveBlueMutationRate int
ActiveBlueRangeMax int
ActiveBlueRangeMin int
ActiveCircleHeightMutationRate int
ActiveCircleSizeMidMutationRate int
ActiveCircleSizeMinMutationRate int
ActiveCircleSizeRangeMid double
ActiveCircleSizeRangeMin double
ActiveCircleWidthMutationRate int
ActiveGreenMutationRate int
ActiveGreenRangeMax int
ActiveGreenRangeMin int
ActiveMaxCircleRadius int
ActiveMovePointMaxMutationRate int
ActiveMovePointMidMutationRate int
ActiveMovePointMinMutationRate int
ActiveMovePointRangeMid int
ActiveMovePointRangeMin int
ActiveMovePolygonMutationRate int
ActivePointsMax int
ActivePointsMin int
ActivePointsPerPolygonMax int
ActivePointsPerPolygonMin int
ActivePolygonsMax int
ActivePolygonsMin int
ActiveRedMutationRate int
ActiveRedRangeMax int
ActiveRedRangeMin int
ActiveRemovePointMutationRate int
ActiveRemovePolygonMutationRate int
ActiveRemoveShapeMutationRate int
ActiveRotationMutationRate int
allowCircles bool
allowEllipses bool
allowPolygons bool
allowTinyCircles bool
spawnMany bool

Public Methods

Method Description
Activate ( ) : void
Discard ( ) : void
Reset ( ) : void
Settings ( )

Method Details

Activate() public method

public Activate ( ) : void
return void

Discard() public method

public Discard ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Settings() public method

public Settings ( )

Property Details

ActiveAddEllipseMutationRate public static property

public static int ActiveAddEllipseMutationRate
return int

ActiveAddPointMutationRate public static property

public static int ActiveAddPointMutationRate
return int

ActiveAddPolygonMutationRate public static property

public static int ActiveAddPolygonMutationRate
return int

ActiveAddTinyCircleMutationRate public static property

public static int ActiveAddTinyCircleMutationRate
return int

ActiveAlphaMutationRate public static property

public static int ActiveAlphaMutationRate
return int

ActiveAlphaRangeMax public static property

public static int ActiveAlphaRangeMax
return int

ActiveAlphaRangeMin public static property

public static int ActiveAlphaRangeMin
return int

ActiveBlueMutationRate public static property

public static int ActiveBlueMutationRate
return int

ActiveBlueRangeMax public static property

public static int ActiveBlueRangeMax
return int

ActiveBlueRangeMin public static property

public static int ActiveBlueRangeMin
return int

ActiveCircleHeightMutationRate public static property

public static int ActiveCircleHeightMutationRate
return int

ActiveCircleSizeMidMutationRate public static property

public static int ActiveCircleSizeMidMutationRate
return int

ActiveCircleSizeMinMutationRate public static property

public static int ActiveCircleSizeMinMutationRate
return int

ActiveCircleSizeRangeMid public static property

public static double ActiveCircleSizeRangeMid
return double

ActiveCircleSizeRangeMin public static property

public static double ActiveCircleSizeRangeMin
return double

ActiveCircleWidthMutationRate public static property

public static int ActiveCircleWidthMutationRate
return int

ActiveGreenMutationRate public static property

public static int ActiveGreenMutationRate
return int

ActiveGreenRangeMax public static property

public static int ActiveGreenRangeMax
return int

ActiveGreenRangeMin public static property

public static int ActiveGreenRangeMin
return int

ActiveMaxCircleRadius public static property

public static int ActiveMaxCircleRadius
return int

ActiveMovePointMaxMutationRate public static property

public static int ActiveMovePointMaxMutationRate
return int

ActiveMovePointMidMutationRate public static property

public static int ActiveMovePointMidMutationRate
return int

ActiveMovePointMinMutationRate public static property

public static int ActiveMovePointMinMutationRate
return int

ActiveMovePointRangeMid public static property

public static int ActiveMovePointRangeMid
return int

ActiveMovePointRangeMin public static property

public static int ActiveMovePointRangeMin
return int

ActiveMovePolygonMutationRate public static property

public static int ActiveMovePolygonMutationRate
return int

ActivePointsMax public static property

public static int ActivePointsMax
return int

ActivePointsMin public static property

public static int ActivePointsMin
return int

ActivePointsPerPolygonMax public static property

public static int ActivePointsPerPolygonMax
return int

ActivePointsPerPolygonMin public static property

public static int ActivePointsPerPolygonMin
return int

ActivePolygonsMax public static property

public static int ActivePolygonsMax
return int

ActivePolygonsMin public static property

public static int ActivePolygonsMin
return int

ActiveRedMutationRate public static property

public static int ActiveRedMutationRate
return int

ActiveRedRangeMax public static property

public static int ActiveRedRangeMax
return int

ActiveRedRangeMin public static property

public static int ActiveRedRangeMin
return int

ActiveRemovePointMutationRate public static property

public static int ActiveRemovePointMutationRate
return int

ActiveRemovePolygonMutationRate public static property

public static int ActiveRemovePolygonMutationRate
return int

ActiveRemoveShapeMutationRate public static property

public static int ActiveRemoveShapeMutationRate
return int

ActiveRotationMutationRate public static property

public static int ActiveRotationMutationRate
return int

allowCircles public static property

public static bool allowCircles
return bool

allowEllipses public static property

public static bool allowEllipses
return bool

allowPolygons public static property

public static bool allowPolygons
return bool

allowTinyCircles public static property

public static bool allowTinyCircles
return bool

spawnMany public static property

public static bool spawnMany
return bool