Enumeration

IpuzCellType

Declaration

enum Ipuz.CellType

Description [src]

Indicates the type and behavior of a given IpuzCell.

Members

IPUZ_CELL_NORMAL

A regular light cell.

  • Value: 0
  • Nickname: normal
  • Available since: 1.0
IPUZ_CELL_BLOCK

A block.

  • Value: 1
  • Nickname: block
  • Available since: 1.0
IPUZ_CELL_NULL

An empty cell.

  • Value: 2
  • Nickname: null
  • Available since: 1.0