CellMaterial
Material values for individual cells in the deprecated legacy voxel-based Terrain engine.
Items 18
| History | Name | Value | Description | |
|---|---|---|---|---|
| 47 | Empty | 0 | Represents an air (unfilled) cell in the legacy voxel terrain; converted to air in the modern terrain system. | |
| 47 | Grass | 1 | A green grassy cell material in the legacy voxel terrain, converted to Material.Grass in the modern terrain system. | |
| 47 | Sand | 2 | A sandy cell material in the legacy voxel terrain, converted to Material.Sand in the modern terrain system. | |
| 47 | Brick | 3 | A red brick cell material in the legacy voxel terrain, converted to Material.Brick in the modern terrain system. | |
| 47 | Granite | 4 | A speckled stone cell material in the legacy voxel terrain, converted to Material.Slate in the modern terrain system. | |
| 47 | Asphalt | 5 | A dark paved road cell material in the legacy voxel terrain, converted to Material.Asphalt in the modern terrain system. | |
| 47 | Iron | 6 | A dark metallic cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system. | |
| 47 | Aluminum | 7 | A metallic silver cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system. | |
| 47 | Gold | 8 | A golden metallic cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system. | |
| 47 | WoodPlank | 9 | A flat wooden plank cell material in the legacy voxel terrain, converted to Material.WoodPlanks in the modern terrain system. | |
| 47 | WoodLog | 10 | A round wooden log cell material in the legacy voxel terrain, converted to Material.WoodPlanks in the modern terrain system. | |
| 47 | Gravel | 11 | A loose-stone cell material in the legacy voxel terrain, converted to Material.Asphalt in the modern terrain system. | |
| 47 | CinderBlock | 12 | A rough masonry cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system. | |
| 47 | MossyStone | 13 | A weathered stone cell material in the legacy voxel terrain, converted to Material.Pavement in the modern terrain system. | |
| 47 | Cement | 14 | A gray cement cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system. | |
| 47 | RedPlastic | 15 | A red-tinted cell material in the legacy voxel terrain, converted to Material.Sandstone in the modern terrain system. | |
| 47 | BluePlastic | 16 | A blue-tinted cell material in the legacy voxel terrain, converted to Material.Ice in the modern terrain system. | |
| 47 | Water | 17 | A water-filled cell in the legacy voxel terrain, converted to Material.Water in the modern terrain system. |
Description
Deprecated. Material values for individual cells in the legacy voxel-based Terrain engine. These values were passed to the deprecated Terrain:SetCell() and Terrain:SetCells() methods. When a legacy place is loaded, the engine converts these cell materials to their closest equivalents in the modern smooth terrain system. Use Material with the current terrain APIs instead.