本文へスキップ

interface_IAreaFeature


title: interface IAreaFeature toc_max_heading_level: 4


interface IAreaFeature

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

概要

AreaFeatureは、2Dのエリア(公園や水域など)を示すマップタイルの特徴です。

    interface IAreaFeature: Niantic.Lightship.Maps.Core.Features.IMapTileFeature {
// プロパティ

Vector3[] Points;
int[] Indices;
LineSegment[] ExteriorEdges;
};

継承メンバー

public:
// プロパティ

FeatureKind Kind;
LayerKind Layer;
ILabelInfo Label;

詳細なドキュメント

AreaFeatureは、2Dのエリア(公園や水域など)を示すマップタイルの特徴です。

プロパティ

Points

Vector3[] Points

このメッシュの点はすべて、順不同です。

Indices

int[] Indices

三角形を表すストライド3の配列。 各エントリーは、Points配列のインデックスです。

ExteriorEdges

LineSegment[] ExteriorEdges

エリアの境界を定義するLineSegmentの配列。