本文へスキップ

interface_ILabelInfo


title: interface ILabelInfo toc_max_heading_level: 4


interface ILabelInfo

(Niantic.Lightship.Maps.Core.Features.ILabelInfo)

概要

特定の IMapTileFeature に関連付けられたラベルに関連する情報。

interface ILabelInfo {
// プロパティ

int Priority;
int MinZoom;
int MaxZoom;
float PosX;
float PosY;
string Text;
};

詳細なドキュメント

特定の IMapTileFeature に関連付けられたラベルに関連する情報。

プロパティ

Priority

int Priority

'importance' の一般的な評価基準として、優先順位(ランキング)を数値化したもの。 複数のラベルが画面内で重なる場合は、数値の優先順位が最も高いラベルを優先してください。

MinZoom

int MinZoom

ラベルを表示する最小ズーム。

MaxZoom

int MaxZoom

ラベルを表示する際の最大ズーム。

PosX

float PosX

ラベルを表示するタイル内の位置X。

PosY

float PosY

ラベルを表示するタイル内の位置Y。

Text

string Text

ゲーム内でレンダリングするテキスト。