本文へスキップ

struct_NativeLinearFeature


title: struct NativeLinearFeature toc_max_heading_level: 4


struct NativeLinearFeature

(Niantic.Lightship.Maps.Builders.Performance.NativeFeatures.NativeLinearFeature)

概要

    struct NativeLinearFeature: INativeDisposable {

- struct [DisposeJob]($mstruct_niantic_1_1_lightship_1_1_maps_1_1_builders_1_1_performance_1_1_native_features_1_1_nativ525dea4f3b923faca877c0f53bb47f2e)

// フィールド

readonly FeatureKind Kind;
readonly LayerKind Layer;

// プロパティ

UnsafeList<float3> Points;
UnsafeList<int> LineStrips;
NativeLabelInfo LabelInfo;

// メソッド

void Dispose();
JobHandle Dispose(JobHandle dependencies);
};

詳細なドキュメント

メソッド

Dispose

void Dispose()

この特徴のネイティブコレクションを破棄し、任意のリソースを解放します。

Dispose

JobHandle Dispose(JobHandle dependencies)

この特徴のネイティブコレクションを破棄し、リソースを解放するジョブのスケジュールを設定します。