共用方式為


RayMeshGeometry3DHitTestResult.VertexIndex3 屬性

定義

與射線交集之網狀結構三角形的第三個頂點。

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

屬性值

Int32

第三個頂點的索引。

備註

這個屬性提供頂點在 Positions 交集之網格三角形的 、 NormalsTextureCoordinates 集合中的索引位置。

適用於