Enum GridBrushEditor.ModifyCells
Identifiers for operations modifying the Tilemap.
Namespace: UnityEditor.Tilemaps
Assembly: Unity.2D.Tilemap.Editor.dll
Syntax
public enum GridBrushEditor.ModifyCells
Fields
| Name | Description |
|---|---|
| DeleteColumn | Delete a column at the target position. |
| DeleteColumnBefore | Delete a column before the target position. |
| DeleteRow | Delete a row at the target position. |
| DeleteRowBefore | Delete a row before the target position. |
| InsertColumn | Inserts a column at the target position. |
| InsertColumnBefore | Inserts a column before the target position. |
| InsertRow | Inserts a row at the target position. |
| InsertRowBefore | Inserts a row before the target position. |