Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Move(GridLayout, GameObject, BoundsInt, BoundsInt)

Move is called when user moves the area previously selected with the selection marquee.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.TilemapModule
public virtual void Move(GridLayout gridLayout, GameObject brushTarget, BoundsInt from, BoundsInt to)

Parameters

gridLayout


brushTarget

Target of the move operation. By default the currently selected GameObject.

Source bounds of the move.

Target bounds of the move.

Remarks