struct_NativeStructureFeature
title: struct NativeStructureFeature toc_max_heading_level: 4
struct NativeStructureFeature
(Niantic.Lightship.Maps.Builders.Performance.NativeFeatures.NativeStructureFeature)
概要
struct NativeStructureFeature: INativeDisposable {
- struct [DisposeJob]($mstruct_niantic_1_1_lightship_1_1_maps_1_1_builders_1_1_performance_1_1_native_features_1_1_nativ2b48c0a8118720caabdf7462db4d0a56)
// フィールド
readonly float Height;
readonly bool IsUnderground;
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)
この特徴のネイティブコレクションを破棄し、リソースを解放するジョブのスケジュールを設定します。