Class CompactCell

java.lang.Object
org.recast4j.recast.CompactCell

public class CompactCell extends Object
Provides information on the content of a cell column in a compact heightfield.
  • Field Details

    • index

      public int index
      Index to the first span in the column.
    • count

      public int count
      Number of spans in the column.
  • Constructor Details

    • CompactCell

      public CompactCell()