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所填滿的頂點位置和常態會相對於這個狀態物件的CoordinateSystem屬性所傳回的座標系統來表示。 每個框架,您一律必須取得新的頂點,然後找出新的座標系統,以精確地將手網格放置在世界中。