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