Search Results for

    Show / Hide Table of Contents

    Struct CubeRotation

    Inherited Members
    ValueType.ToString()
    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    public struct CubeRotation

    Properties

    All

    Declaration
    public static IEnumerable<CubeRotation> All { get; }
    Property Value
    Type Description
    IEnumerable<CubeRotation>

    Identity

    Declaration
    public static CubeRotation Identity { get; }
    Property Value
    Type Description
    CubeRotation

    IsReflection

    Declaration
    public bool IsReflection { get; }
    Property Value
    Type Description
    bool

    ReflectX

    Declaration
    public static CubeRotation ReflectX { get; }
    Property Value
    Type Description
    CubeRotation

    ReflectY

    Declaration
    public static CubeRotation ReflectY { get; }
    Property Value
    Type Description
    CubeRotation

    ReflectZ

    Declaration
    public static CubeRotation ReflectZ { get; }
    Property Value
    Type Description
    CubeRotation

    RotateXY

    Declaration
    public static CubeRotation RotateXY { get; }
    Property Value
    Type Description
    CubeRotation

    RotateXZ

    Declaration
    public static CubeRotation RotateXZ { get; }
    Property Value
    Type Description
    CubeRotation

    RotateYZ

    Declaration
    public static CubeRotation RotateYZ { get; }
    Property Value
    Type Description
    CubeRotation

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Invert()

    Declaration
    public CubeRotation Invert()
    Returns
    Type Description
    CubeRotation

    Operators

    operator ==(CubeRotation, CubeRotation)

    Declaration
    public static bool operator ==(CubeRotation a, CubeRotation b)
    Parameters
    Type Name Description
    CubeRotation a
    CubeRotation b
    Returns
    Type Description
    bool

    implicit operator CubeRotation(CellRotation)

    Declaration
    public static implicit operator CubeRotation(CellRotation r)
    Parameters
    Type Name Description
    CellRotation r
    Returns
    Type Description
    CubeRotation

    implicit operator CellRotation(CubeRotation)

    Declaration
    public static implicit operator CellRotation(CubeRotation r)
    Parameters
    Type Name Description
    CubeRotation r
    Returns
    Type Description
    CellRotation

    operator !=(CubeRotation, CubeRotation)

    Declaration
    public static bool operator !=(CubeRotation a, CubeRotation b)
    Parameters
    Type Name Description
    CubeRotation a
    CubeRotation b
    Returns
    Type Description
    bool

    operator *(CubeRotation, CubeFaceDir)

    Declaration
    public static CubeFaceDir operator *(CubeRotation r, CubeFaceDir dir)
    Parameters
    Type Name Description
    CubeRotation r
    CubeFaceDir dir
    Returns
    Type Description
    CubeFaceDir

    operator *(CubeRotation, CubeRotation)

    Declaration
    public static CubeRotation operator *(CubeRotation a, CubeRotation b)
    Parameters
    Type Name Description
    CubeRotation a
    CubeRotation b
    Returns
    Type Description
    CubeRotation

    operator *(CubeRotation, BoundsInt)

    Declaration
    public static BoundsInt operator *(CubeRotation r, BoundsInt bounds)
    Parameters
    Type Name Description
    CubeRotation r
    BoundsInt bounds
    Returns
    Type Description
    BoundsInt

    operator *(CubeRotation, Vector3)

    Declaration
    public static Vector3 operator *(CubeRotation r, Vector3 v)
    Parameters
    Type Name Description
    CubeRotation r
    Vector3 v
    Returns
    Type Description
    Vector3

    operator *(CubeRotation, Vector3Int)

    Declaration
    public static Vector3Int operator *(CubeRotation r, Vector3Int v)
    Parameters
    Type Name Description
    CubeRotation r
    Vector3Int v
    Returns
    Type Description
    Vector3Int
    In this article
    Back to top Generated by DocFX