Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

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

GridBrush.GetCellIndexWrapAround

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

Parameters

x X Position of the BrushCell.
y Y Position of the BrushCell.
z Z Position of the BrushCell.

Returns

int Index to the BrushCell.

Description

Gets the index to the GridBrush.BrushCell based on the position of the BrushCell. Wraps each coordinate if it is larger than the size of the GridBrush.

Did you find this page useful? Please give it a rating: