HandMeshVertexState.CoordinateSystem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示此帧顶点位置和法线的坐标系。
public:
property SpatialCoordinateSystem ^ CoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem CoordinateSystem();
public SpatialCoordinateSystem CoordinateSystem { get; }
var spatialCoordinateSystem = handMeshVertexState.coordinateSystem;
Public ReadOnly Property CoordinateSystem As SpatialCoordinateSystem
属性值
坐标系。
注解
GetVertices 填充的顶点位置和法线相对于此状态对象的坐标系统属性返回的坐标系表示。 每个帧都必须始终获取新顶点,然后找到其新坐标系,以便准确定位手部网格。