C# Class GenArt.Classes.Tools

Afficher le fichier Open project: MattLloyd101/EvoLisa

Méthodes publiques

Свойство Type Description
MaxHeight int
MaxPolygons int
MaxWidth int

Méthodes publiques

Méthode Description
GetRandomNumber ( int min, int max ) : int
WillMutate ( int mutationRate ) : bool

Method Details

GetRandomNumber() public static méthode

public static GetRandomNumber ( int min, int max ) : int
min int
max int
Résultat int

WillMutate() public static méthode

public static WillMutate ( int mutationRate ) : bool
mutationRate int
Résultat bool

Property Details

MaxHeight public_oe static_oe property

public static int MaxHeight
Résultat int

MaxPolygons public_oe static_oe property

public static int MaxPolygons
Résultat int

MaxWidth public_oe static_oe property

public static int MaxWidth
Résultat int