GetSecondary(string)
Returns the secondary tile, identified by tile id.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
public static Tile GetSecondary(string tileId)
Parameters
A tile identifier.
Returns
Type | Description |
|---|---|
| Tile | A Tile object or null if secondary tile does not exist (not pinned to start screen and user request is complete). |