Class FaceDetails
Records the painted colors for a single face of one cube in a TesseraTile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class FaceDetails
Fields
bottom
Declaration
Field Value
bottomLeft
Declaration
Field Value
bottomRight
Declaration
Field Value
center
Declaration
Field Value
hexBottomRightAndRight
Declaration
public int hexBottomRightAndRight
Field Value
hexLeftAndBottomLeft
Declaration
public int hexLeftAndBottomLeft
Field Value
hexRightAndTopRight
Declaration
public int hexRightAndTopRight
Field Value
hexTopLeftAndLeft
Declaration
public int hexTopLeftAndLeft
Field Value
left
Declaration
Field Value
right
Declaration
Field Value
top
Declaration
Field Value
topLeft
Declaration
Field Value
topRight
Declaration
Field Value
Properties
hexBottomLeft
Declaration
public int hexBottomLeft { get; set; }
Property Value
hexBottomLeftAndBottomRight
Declaration
public int hexBottomLeftAndBottomRight { get; set; }
Property Value
hexBottomRight
Declaration
public int hexBottomRight { get; set; }
Property Value
hexCenter
Declaration
public int hexCenter { get; set; }
Property Value
hexLeft
Declaration
public int hexLeft { get; set; }
Property Value
hexRight
Declaration
public int hexRight { get; set; }
Property Value
hexTopLeft
Declaration
public int hexTopLeft { get; set; }
Property Value
hexTopRight
Declaration
public int hexTopRight { get; set; }
Property Value
hexTopRightAndTopLeft
Declaration
public int hexTopRightAndTopLeft { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides