Version: 2018.4
LanguageEnglish
  • C#

GridBrush.GetCellIndex

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public int GetCellIndex(Vector3Int brushPosition);

Declaration

public int GetCellIndex(int x, int y, int z);

Declaration

public int GetCellIndex(int x, int y, int z, int sizex, int sizey, int sizez);

Parameters

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.

Returns

int Index to the BrushCell.

Description

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