SimpleHapticsController.IsIntensitySupported 属性

定义

获取触觉输入设备是否支持反馈强度。

public:
 property bool IsIntensitySupported { bool get(); };
bool IsIntensitySupported();
public bool IsIntensitySupported { get; }
var boolean = simpleHapticsController.isIntensitySupported;
Public ReadOnly Property IsIntensitySupported As Boolean

属性值

Boolean

bool

如果支持反馈强度,则为 true。 否则为 false

适用于