LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

GridBrush.GetCellIndex

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);

Parameters

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.

Returns

int Index to the BrushCell.

Description

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