Show / Hide Table of Contents

Enum CellDir

Represents a particular edge (2d) or face (3d) of a generic cell. 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. CubeDir.
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public enum CellDir
In this article
Back to top Generated by DocFX