Enum FogOfWarTransitionMode
Transition mode of Fog of War.
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public enum FogOfWarTransitionMode
Fields
| Name | Description |
|---|---|
| Custom | Something between Smooth and TileBased modes. It is possible to divided tiles into smaller groups and interpolate on a per-group basis. |
| Smooth | Fog values of neighboring tiles are interpolated, resulting in smooth transitions. |
| TileBased | Fog values of neighboring tiles are NOT interpolated, resulting in tile-based transitions. |