Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Tile.CreateOrUpdateSecondary

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static method CreateOrUpdateSecondary(data: WSA.SecondaryTileData): Tilemaps.Tile;
public static Tilemaps.Tile CreateOrUpdateSecondary(WSA.SecondaryTileData data);
public static method CreateOrUpdateSecondary(data: WSA.SecondaryTileData, pos: Vector2): Tilemaps.Tile;
public static Tilemaps.Tile CreateOrUpdateSecondary(WSA.SecondaryTileData data, Vector2 pos);
public static method CreateOrUpdateSecondary(data: WSA.SecondaryTileData, area: Rect): Tilemaps.Tile;
public static Tilemaps.Tile CreateOrUpdateSecondary(WSA.SecondaryTileData data, Rect area);

Parameters

dataThe data used to create or update secondary tile.
posThe coordinates for a request to create new tile.
areaThe area on the screen above which the request to create new tile will be displayed.

Returns

Tile New Tile object, that can be used for further work with the tile.

Description

Creates new or updates existing secondary tile.

TileId is required to be set in data, displayName is required when creating and can not be updated. When used to create new tile, this function displays a request on the screen. Tile will be created if user agrees to pin it to start screen.

Did you find this page useful? Please give it a rating: