Search Results for

    Show / Hide Table of Contents

    Interface ISubFaceInfo

    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    public interface ISubFaceInfo

    Methods

    GetCorner(Vector3Int, CellDir, SubFaceTuple)

    Declaration
    CellCorner GetCorner(Vector3Int offset, CellDir dir, SubFaceTuple subFace)
    Parameters
    Type Name Description
    Vector3Int offset
    CellDir dir
    SubFaceTuple subFace
    Returns
    Type Description
    CellCorner

    GetSubFaces(Vector3Int, CellDir)

    Declaration
    IEnumerable<SubFaceTuple> GetSubFaces(Vector3Int offset, CellDir dir)
    Parameters
    Type Name Description
    Vector3Int offset
    CellDir dir
    Returns
    Type Description
    IEnumerable<SubFaceTuple>
    In this article
    Back to top Generated by DocFX