Show / Hide Table of Contents

Class CellRotation

Represents a particular rotation of a generic cell. Despite the name, this usually includes reflections too. The enum is empty - to work with directions, you need to either:

  • Use the methods on ICellType.
  • Cast to the enum specific to a given cell type, e.g. CubeRotation.
Inheritance
System.Object
CellRotation
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class CellRotation : Enum

Fields

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX