Version: 2017.3
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);

파라미터

brushPosition Position of the BrushCell.
x X Position of the BrushCell.
y Y Position of the BrushCell.
z Z Position of the BrushCell.
sizex X Size of Brush.
sizey Y Size of Brush.
sizez Z Size of Brush.

반환

int Index to the BrushCell.

설명

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