Enum Material
Represents tile a material type. Fits into a byte.
Namespace: TerraProc.Core.Terrain
Assembly: TerraProc.Core.dll
Syntax
public enum Material : byte
Fields
| Name | Description |
|---|---|
| Default | Default material. |
| Grass | Grass material. |
| Stone | Stone material. |
| Void | No material value. |