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: cs.temp.dll.dll
Syntax
[Serializable]
public class FaceDetails

Fields

bottom

Declaration
public int bottom
Field Value
Type Description
Int32

bottomLeft

Declaration
public int bottomLeft
Field Value
Type Description
Int32

bottomRight

Declaration
public int bottomRight
Field Value
Type Description
Int32

center

Declaration
public int center
Field Value
Type Description
Int32

hexBottomRightAndRight

Declaration
public int hexBottomRightAndRight
Field Value
Type Description
Int32

hexLeftAndBottomLeft

Declaration
public int hexLeftAndBottomLeft
Field Value
Type Description
Int32

hexRightAndTopRight

Declaration
public int hexRightAndTopRight
Field Value
Type Description
Int32

hexTopLeftAndLeft

Declaration
public int hexTopLeftAndLeft
Field Value
Type Description
Int32

left

Declaration
public int left
Field Value
Type Description
Int32

right

Declaration
public int right
Field Value
Type Description
Int32

top

Declaration
public int top
Field Value
Type Description
Int32

topLeft

Declaration
public int topLeft
Field Value
Type Description
Int32

topRight

Declaration
public int topRight
Field Value
Type Description
Int32

Properties

hexBottomLeft

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

hexBottomLeftAndBottomRight

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

hexBottomRight

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

hexCenter

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

hexLeft

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

hexRight

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

hexTopLeft

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

hexTopRight

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

hexTopRightAndTopLeft

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

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
Boolean

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
Back to top Generated by DocFX