struct_NativeLabelInfo
title: struct NativeLabelInfo toc_max_heading_level: 4
struct NativeLabelInfo
(Niantic.Lightship.Maps.Builders.Performance.NativeFeatures.NativeLabelInfo)
概要
struct NativeLabelInfo: INativeDisposable {
- struct [DisposeJob]($mstruct_niantic_1_1_lightship_1_1_maps_1_1_builders_1_1_performance_1_1_native_features_1_1_native_label_info_1_1_dispose_job)
// フィールド
readonly int Priority;
readonly int MinZoom;
readonly int MaxZoom;
readonly float PosX;
readonly float PosY;
// プロパティ
UnsafeList<byte> Text;
// メソッド
void Dispose();
JobHandle Dispose(JobHandle dependencies);
};
詳細なドキュメント
メソッド
Dispose
void Dispose()
この特徴のネイティブコレクションを破棄し、任意のリソースを解放します。
Dispose
JobHandle Dispose(JobHandle dependencies)
この特徴のネイティブコレクションを破棄し、リソースを解放するジョブのスケジュールを入れます。