本文へスキップ

struct_LinearFeatureSet


title: struct LinearFeatureSet toc_max_heading_level: 4


struct LinearFeatureSet

(Niantic.Lightship.Maps.Builders.Performance.LinearFeatures.Structs.LinearFeatureSet)

概要

ILinearFeatureが評価された後、線形特徴メッシュを計算するために使用されるヘルパー構造体。

    struct LinearFeatureSet: INativeDisposable {
// フィールド

NativeLinearFeature LinearFeature;

// プロパティ

IntReference NeededVerts;
IntReference VertStartIndex;
IntReference NeededIndices;
IntReference IndexStartIndex;

// メソッド

LinearFeatureSet(NativeLinearFeature feature);
void Dispose();
JobHandle Dispose(JobHandle dependencies);
};

詳細なドキュメント

ILinearFeatureが評価された後、線形特徴メッシュを計算するために使用されるヘルパー構造体。

フィールド

LinearFeature

NativeLinearFeature LinearFeature

指定したILinearFeatureを処理しやすいように表したもの。

プロパティ

NeededVerts

IntReference NeededVerts

この特徴の総頂点数

VertStartIndex

IntReference VertStartIndex

NeededVerts を計算する際のオフセットとして使用します。

NeededIndices

IntReference NeededIndices

この特徴の総インデックス数

IndexStartIndex

IntReference IndexStartIndex

NeededIndices を計算する際のオフセットとして使用します。

メソッド

Dispose

void Dispose()

この構造体のNativeContainersを破棄します。

Dispose

JobHandle Dispose(JobHandle dependencies)

この特徴のNativeContainersを破棄するジョブのスケジュールを設定します。

    パラメーター

    dependencies -

    次の値が返ります。