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

Show file Open project: Keshire/Unity-polygon-map-generation Class Usage Examples

Public Properties

Property Type Description
seed float
size int

Public Methods

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

Method Details

PointSelector() public method

public PointSelector ( int SIZE, float SEED ) : UnityEngine
SIZE int
SEED float
return UnityEngine

generateHex() public method

public generateHex ( int numPoints ) : List
numPoints int
return List

generateRelaxed() public method

public generateRelaxed ( int numPoints ) : List
numPoints int
return List

generateSquare() public method

public generateSquare ( int numPoints ) : List
numPoints int
return List

Property Details

seed public property

public float seed
return float

size public property

public int size
return int