SpatialRecognitionStartedEventArgs.IsGesturePossible 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據相關互動來源的功能,傳回指定的手勢是否可行。 例如,語音無法用於操作手勢。
public:
virtual bool IsGesturePossible(SpatialGestureSettings gesture) = IsGesturePossible;
bool IsGesturePossible(SpatialGestureSettings const& gesture);
public bool IsGesturePossible(SpatialGestureSettings gesture);
function isGesturePossible(gesture)
Public Function IsGesturePossible (gesture As SpatialGestureSettings) As Boolean
參數
- gesture
- SpatialGestureSettings
要測試的特定單一手勢。
傳回
Boolean
bool
手勢是否仍然可行。