Table of Contents

Class FlexalonGridCell

Namespace
Flexalon
Assembly
Flexalon.dll

Specifies which cell a gameObject should occupy in a grid layout.

public class FlexalonGridCell : FlexalonComponent
Inheritance
object
FlexalonGridCell
Inherited Members

Properties

Cell

The cell to occupy.

public Vector3Int Cell { get; set; }

Property Value

Vector3Int

Column

The column of the cell.

public int Column { get; set; }

Property Value

int

Layer

The layer of the cell.

public int Layer { get; set; }

Property Value

int

Row

The row of the cell.

public int Row { get; set; }

Property Value

int