docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)