次の方法で共有


RayMeshGeometry3DHitTestResult.VertexIndex2 プロパティ

定義

射線が交差するメッシュ トライアングルの 2 番目の頂点。

public:
 property int VertexIndex2 { int get(); };
public int VertexIndex2 { get; }
member this.VertexIndex2 : int
Public ReadOnly Property VertexIndex2 As Integer

プロパティ値

Int32

2 番目の頂点のインデックス。

注釈

このプロパティは、交差するメッシュ三角形の 、NormalsおよびTextureCoordinatesコレクション内Positionsの頂点のインデックス位置を提供します。

適用対象