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

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

Methods

ToString()

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