Search Results for

    Show / Hide Table of Contents

    Class FaceDetails

    Records the painted colors for a single face of one cube in a TesseraTile

    Inheritance
    object
    FaceDetails
    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    [Serializable]
    public class FaceDetails

    Fields

    bottom

    Declaration
    public int bottom
    Field Value
    Type Description
    int

    bottomLeft

    Declaration
    public int bottomLeft
    Field Value
    Type Description
    int

    bottomRight

    Declaration
    public int bottomRight
    Field Value
    Type Description
    int

    center

    Declaration
    public int center
    Field Value
    Type Description
    int

    faceType

    Declaration
    public FaceType faceType
    Field Value
    Type Description
    FaceType

    hexBottomRightAndRight

    Declaration
    public int hexBottomRightAndRight
    Field Value
    Type Description
    int

    hexLeftAndBottomLeft

    Declaration
    public int hexLeftAndBottomLeft
    Field Value
    Type Description
    int

    hexRightAndTopRight

    Declaration
    public int hexRightAndTopRight
    Field Value
    Type Description
    int

    hexTopLeftAndLeft

    Declaration
    public int hexTopLeftAndLeft
    Field Value
    Type Description
    int

    left

    Declaration
    public int left
    Field Value
    Type Description
    int

    meshEdgeHash1

    Declaration
    [NonSerialized]
    public int meshEdgeHash1
    Field Value
    Type Description
    int

    meshEdgeHash2

    Declaration
    [NonSerialized]
    public int meshEdgeHash2
    Field Value
    Type Description
    int

    right

    Declaration
    public int right
    Field Value
    Type Description
    int

    top

    Declaration
    public int top
    Field Value
    Type Description
    int

    topLeft

    Declaration
    public int topLeft
    Field Value
    Type Description
    int

    topRight

    Declaration
    public int topRight
    Field Value
    Type Description
    int

    Properties

    this[SubFaceTuple]

    Declaration
    public int this[SubFaceTuple subFace] { get; set; }
    Parameters
    Type Name Description
    SubFaceTuple subFace
    Property Value
    Type Description
    int

    hexBottomLeft

    Declaration
    public int hexBottomLeft { get; set; }
    Property Value
    Type Description
    int

    hexBottomLeftAndBottomRight

    Declaration
    public int hexBottomLeftAndBottomRight { get; set; }
    Property Value
    Type Description
    int

    hexBottomRight

    Declaration
    public int hexBottomRight { get; set; }
    Property Value
    Type Description
    int

    hexCenter

    Declaration
    public int hexCenter { get; set; }
    Property Value
    Type Description
    int

    hexLeft

    Declaration
    public int hexLeft { get; set; }
    Property Value
    Type Description
    int

    hexRight

    Declaration
    public int hexRight { get; set; }
    Property Value
    Type Description
    int

    hexTopLeft

    Declaration
    public int hexTopLeft { get; set; }
    Property Value
    Type Description
    int

    hexTopRight

    Declaration
    public int hexTopRight { get; set; }
    Property Value
    Type Description
    int

    hexTopRightAndTopLeft

    Declaration
    public int hexTopRightAndTopLeft { get; set; }
    Property Value
    Type Description
    int

    Methods

    IsEquivalent(FaceDetails)

    Checks if two FaceDetails have the same values. This is an exact match, with no reflection built in. See TesseraPalette.Match for a fuzzier match.

    Declaration
    public bool IsEquivalent(FaceDetails other)
    Parameters
    Type Name Description
    FaceDetails other
    Returns
    Type Description
    bool

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    Back to top Generated by DocFX