共用方式為


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

適用於