HandMeshVertexState.CoordinateSystem 属性

定义

获取表示此帧顶点位置和法线的坐标系。

public:
 property SpatialCoordinateSystem ^ CoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem CoordinateSystem();
public SpatialCoordinateSystem CoordinateSystem { get; }
var spatialCoordinateSystem = handMeshVertexState.coordinateSystem;
Public ReadOnly Property CoordinateSystem As SpatialCoordinateSystem

属性值

坐标系。

注解

GetVertices 填充的顶点位置和法线相对于此状态对象的坐标系统属性返回的坐标系表示。 每个帧都必须始终获取新顶点,然后找到其新坐标系,以便准确定位手部网格。

适用于