C# Class GenArt.Classes.Settings

ファイルを表示 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_oe static_oe property

public static int ActiveAddEllipseMutationRate
return int

ActiveAddPointMutationRate public_oe static_oe property

public static int ActiveAddPointMutationRate
return int

ActiveAddPolygonMutationRate public_oe static_oe property

public static int ActiveAddPolygonMutationRate
return int

ActiveAddTinyCircleMutationRate public_oe static_oe property

public static int ActiveAddTinyCircleMutationRate
return int

ActiveAlphaMutationRate public_oe static_oe property

public static int ActiveAlphaMutationRate
return int

ActiveAlphaRangeMax public_oe static_oe property

public static int ActiveAlphaRangeMax
return int

ActiveAlphaRangeMin public_oe static_oe property

public static int ActiveAlphaRangeMin
return int

ActiveBlueMutationRate public_oe static_oe property

public static int ActiveBlueMutationRate
return int

ActiveBlueRangeMax public_oe static_oe property

public static int ActiveBlueRangeMax
return int

ActiveBlueRangeMin public_oe static_oe property

public static int ActiveBlueRangeMin
return int

ActiveCircleHeightMutationRate public_oe static_oe property

public static int ActiveCircleHeightMutationRate
return int

ActiveCircleSizeMidMutationRate public_oe static_oe property

public static int ActiveCircleSizeMidMutationRate
return int

ActiveCircleSizeMinMutationRate public_oe static_oe property

public static int ActiveCircleSizeMinMutationRate
return int

ActiveCircleSizeRangeMid public_oe static_oe property

public static double ActiveCircleSizeRangeMid
return double

ActiveCircleSizeRangeMin public_oe static_oe property

public static double ActiveCircleSizeRangeMin
return double

ActiveCircleWidthMutationRate public_oe static_oe property

public static int ActiveCircleWidthMutationRate
return int

ActiveGreenMutationRate public_oe static_oe property

public static int ActiveGreenMutationRate
return int

ActiveGreenRangeMax public_oe static_oe property

public static int ActiveGreenRangeMax
return int

ActiveGreenRangeMin public_oe static_oe property

public static int ActiveGreenRangeMin
return int

ActiveMaxCircleRadius public_oe static_oe property

public static int ActiveMaxCircleRadius
return int

ActiveMovePointMaxMutationRate public_oe static_oe property

public static int ActiveMovePointMaxMutationRate
return int

ActiveMovePointMidMutationRate public_oe static_oe property

public static int ActiveMovePointMidMutationRate
return int

ActiveMovePointMinMutationRate public_oe static_oe property

public static int ActiveMovePointMinMutationRate
return int

ActiveMovePointRangeMid public_oe static_oe property

public static int ActiveMovePointRangeMid
return int

ActiveMovePointRangeMin public_oe static_oe property

public static int ActiveMovePointRangeMin
return int

ActiveMovePolygonMutationRate public_oe static_oe property

public static int ActiveMovePolygonMutationRate
return int

ActivePointsMax public_oe static_oe property

public static int ActivePointsMax
return int

ActivePointsMin public_oe static_oe property

public static int ActivePointsMin
return int

ActivePointsPerPolygonMax public_oe static_oe property

public static int ActivePointsPerPolygonMax
return int

ActivePointsPerPolygonMin public_oe static_oe property

public static int ActivePointsPerPolygonMin
return int

ActivePolygonsMax public_oe static_oe property

public static int ActivePolygonsMax
return int

ActivePolygonsMin public_oe static_oe property

public static int ActivePolygonsMin
return int

ActiveRedMutationRate public_oe static_oe property

public static int ActiveRedMutationRate
return int

ActiveRedRangeMax public_oe static_oe property

public static int ActiveRedRangeMax
return int

ActiveRedRangeMin public_oe static_oe property

public static int ActiveRedRangeMin
return int

ActiveRemovePointMutationRate public_oe static_oe property

public static int ActiveRemovePointMutationRate
return int

ActiveRemovePolygonMutationRate public_oe static_oe property

public static int ActiveRemovePolygonMutationRate
return int

ActiveRemoveShapeMutationRate public_oe static_oe property

public static int ActiveRemoveShapeMutationRate
return int

ActiveRotationMutationRate public_oe static_oe property

public static int ActiveRotationMutationRate
return int

allowCircles public_oe static_oe property

public static bool allowCircles
return bool

allowEllipses public_oe static_oe property

public static bool allowEllipses
return bool

allowPolygons public_oe static_oe property

public static bool allowPolygons
return bool

allowTinyCircles public_oe static_oe property

public static bool allowTinyCircles
return bool

spawnMany public_oe static_oe property

public static bool spawnMany
return bool