C# Class PointSelector, Unity-polygon-map-generation

Afficher le fichier Open project: Keshire/Unity-polygon-map-generation Class Usage Examples

Méthodes publiques

Свойство Type Description
seed float
size int

Méthodes publiques

Méthode Description
PointSelector ( int SIZE, float SEED ) : UnityEngine
generateHex ( int numPoints ) : List
generateRelaxed ( int numPoints ) : List
generateSquare ( int numPoints ) : List

Method Details

PointSelector() public méthode

public PointSelector ( int SIZE, float SEED ) : UnityEngine
SIZE int
SEED float
Résultat UnityEngine

generateHex() public méthode

public generateHex ( int numPoints ) : List
numPoints int
Résultat List

generateRelaxed() public méthode

public generateRelaxed ( int numPoints ) : List
numPoints int
Résultat List

generateSquare() public méthode

public generateSquare ( int numPoints ) : List
numPoints int
Résultat List

Property Details

seed public_oe property

public float seed
Résultat float

size public_oe property

public int size
Résultat int