Show / Hide Table of Contents

Enum 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.
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public enum CellRotation
In this article
Back to top Generated by DocFX