Search Results for

    Show / Hide Table of Contents

    Class Grid2D<T>

    Inheritance
    Object
    Grid2D<T>
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public class Grid2D<T> : object
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    Add(Vector2Int, T)

    Declaration
    public void Add(Vector2Int position, T value)
    Parameters
    Type Name Description
    Vector2Int position
    T value
    | Improve this Doc View Source

    ClearNonAlloc()

    Declaration
    public void ClearNonAlloc()
    | Improve this Doc View Source

    GetWithNeighbours(Vector2Int, HashSet<T>)

    Declaration
    public void GetWithNeighbours(Vector2Int position, HashSet<T> result)
    Parameters
    Type Name Description
    Vector2Int position
    HashSet<T> result
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX