Show / Hide Table of Contents

Struct OrientedFace

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

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct OrientedFace

Constructors

OrientedFace(Vector3Int, CellFaceDir, FaceDetails)

Declaration
public OrientedFace(Vector3Int offset, CellFaceDir faceDir, FaceDetails faceDetails)
Parameters
Type Name Description
Vector3Int offset
CellFaceDir faceDir
FaceDetails faceDetails

Fields

faceDetails

Declaration
public FaceDetails faceDetails
Field Value
Type Description
FaceDetails

faceDir

Declaration
public CellFaceDir faceDir
Field Value
Type Description
CellFaceDir

offset

Declaration
public Vector3Int offset
Field Value
Type Description
Vector3Int

Methods

Deconstruct(out Vector3Int, out CellFaceDir, out FaceDetails)

Declaration
public void Deconstruct(out Vector3Int offset, out CellFaceDir faceDir, out FaceDetails faceDetails)
Parameters
Type Name Description
Vector3Int offset
CellFaceDir faceDir
FaceDetails faceDetails
Back to top Generated by DocFX