RayMeshGeometry3DHitTestResult.VertexIndex2 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与射线相交的网格三角形的第二个顶点。
public:
property int VertexIndex2 { int get(); };
public int VertexIndex2 { get; }
member this.VertexIndex2 : int
Public ReadOnly Property VertexIndex2 As Integer
属性值
第二个顶点的索引。
注解
此属性提供顶点在相交网格三角形的PositionsNormalsTextureCoordinates集合中的索引位置。