Version: 2018.1
public int GetCellIndex (Vector3Int brushPosition);
public int GetCellIndex (int x, int y, int z);
public int GetCellIndex (int x, int y, int z, int sizex, int sizey, int sizez);

パラメーター

brushPositionPosition of the BrushCell.
xX Position of the BrushCell.
yY Position of the BrushCell.
zZ Position of the BrushCell.
sizexX Size of Brush.
sizeyY Size of Brush.
sizezZ Size of Brush.

戻り値

int Index to the BrushCell.

説明

Gets the index to the GridBrush.BrushCell based on the position of the BrushCell.