struct_NativeAreaFeature
title: struct NativeAreaFeature toc_max_heading_level: 4
struct NativeAreaFeature
(Niantic.Lightship.Maps.Builders.Performance.NativeFeatures.NativeAreaFeature)
概要
struct NativeAreaFeature: INativeDisposable {
- struct [DisposeJob]($mstruct_niantic_1_1_lightship_1_1_maps_1_1_builders_1_1_performance_1_1_native_features_1_1_native_area_feature_1_1_dispose_job)
// フィールド
readonly FeatureKind Kind;
readonly LayerKind Layer;
// プロパティ
UnsafeList<float3> Points;
UnsafeList<int> Indices;
UnsafeList<NativeLineSegment> ExteriorEdges;
NativeLabelInfo LabelInfo;
// メソッド
void Dispose();
JobHandle Dispose(JobHandle dependencies);
};
詳細なドキュメント
メソッド
Dispose
void Dispose()
この特徴のネイティブコレクションを破棄し、任意のリソースを解放します。
Dispose
JobHandle Dispose(JobHandle dependencies)
この特徴のネイティブコレクションを破棄し、リソースを解放するジョブのスケジュールを設定します。