PoissonDiskProperties Class |
Namespace: Gamelogic.Grids
[SerializableAttribute] [VersionAttribute(1, 8, 0)] public class PoissonDiskProperties
The PoissonDiskProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| PoissonDiskProperties |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| minimumDistance |
The minimum distance between points.
| |
| pointCount |
Number of points tried per iteration.
| |
| range |
The rectangle in which points are generated.
|
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |