次の方法で共有


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です。

適用対象