SpatialRecognitionStartedEventArgs.IsGesturePossible 方法

定义

返回指定手势是否可行,给定相关交互源的功能。 例如,语音不能用于操作手势。

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

手势是否仍然可行。

适用于