Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Delete

Show a request to unpin secondary tile from start screen.
Read time 1 minuteLast updated 6 days ago

Definition

Delete()

Show a request to unpin secondary tile from start screen.
public void Delete()

Delete(Vector2)

Show a request to unpin secondary tile from start screen.
public void Delete(Vector2 pos)

Parameters

The coordinates for a request to unpin tile.

Delete(Rect)

Show a request to unpin secondary tile from start screen.
public void Delete(Rect area)

Parameters

area

The area on the screen above which the request to unpin tile will be displayed.