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