Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSecondary(string)

Returns the secondary tile, identified by tile id.
Read time 1 minuteLast updated 10 days ago

Definition

public static Tile GetSecondary(string tileId)

Parameters

tileId

A tile identifier.

Returns

Type

Description

TileA Tile object or null if secondary tile does not exist (not pinned to start screen and user request is complete).