Version: 2020.1
言語: 日本語

Tile.CreateOrUpdateSecondary

マニュアルに切り替える
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data);
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data, Vector2 pos);
public static WSA.Tile CreateOrUpdateSecondary (WSA.SecondaryTileData data, Rect area);

パラメーター

data セカンダリ タイルを作成、または更新するのに使用するデータ
pos 新規タイルの作成をリクエストする座標
area 画面上の範囲。その上部に新規タイルの作成リクエストが表示される。

戻り値

Tile タイルで使用される新しい 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.