 | PoissonDiskGeneratePoisson Method |
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static List<Vector2> GeneratePoisson(
Rect rect,
float minDist,
int newPointsCount
)
Parameters
- rect
- Type: Rect
- minDist
- Type: SystemSingle
- newPointsCount
- Type: SystemInt32
Return Value
Type:
ListVector2
See Also