Delete
Show a request to unpin secondary tile from start screen.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
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
The area on the screen above which the request to unpin tile will be displayed.