Search Results for

    Show / Hide Table of Contents

    Struct SylvesOrientedFace

    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 SylvesOrientedFace

    Constructors

    SylvesOrientedFace(Vector3Int, CellDir, FaceDetails)

    Declaration
    public SylvesOrientedFace(Vector3Int offset, CellDir dir, FaceDetails faceDetails)
    Parameters
    Type Name Description
    Vector3Int offset
    CellDir dir
    FaceDetails faceDetails

    Fields

    dir

    Declaration
    public CellDir dir
    Field Value
    Type Description
    CellDir

    faceDetails

    Declaration
    public FaceDetails faceDetails
    Field Value
    Type Description
    FaceDetails

    offset

    Declaration
    public Vector3Int offset
    Field Value
    Type Description
    Vector3Int

    Methods

    Deconstruct(out Vector3Int, out CellDir, out FaceDetails)

    Declaration
    public void Deconstruct(out Vector3Int offset, out CellDir dir, out FaceDetails faceDetails)
    Parameters
    Type Name Description
    Vector3Int offset
    CellDir dir
    FaceDetails faceDetails
    In this article
    Back to top Generated by DocFX