Search Results for

    Show / Hide Table of Contents

    Struct OrientedFace

    Legacy class used when serializing. You should use SylvesOrientedFace instead. 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: Tessera.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
    In this article
    Back to top Generated by DocFX