Enum TilePickerType
Namespace: DeBroglie
Assembly: DeBroglie.dll
Syntax
public enum TilePickerType
Fields
| Name | Description |
|---|---|
| ArrayPriority | Use the provided weights. |
| Default | Use the most appropriate picker, usuaully Weighted |
| Ordered | Pick the first available tile. |
| Weighted | Pick at random, based on frequencies supplied by the model |