VisualInteractionSource.Position 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
自互動開始之後,位置總數會變更。 預設為 0。 只能透過運算式/動畫讀取。
public:
property float3 Position { float3 get(); };
float3 Position();
public Vector3 Position { get; }
var vector3 = visualInteractionSource.position;
Public ReadOnly Property Position As Vector3
屬性值
互動來源的位置。
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|