SimpleHapticsController.IsPlayCountSupported 属性

定义

获取触觉输入设备是否支持反馈计数。

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

属性值

Boolean

bool

如果支持反馈计数,则为 true。 否则为 false

适用于