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