次の方法で共有


RayMeshGeometry3DHitTestResult.VertexIndex3 プロパティ

定義

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

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

プロパティ値

Int32

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

注釈

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

適用対象