「Unity/Csharp/バイブ」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==単純バイブ機能== void Start () { if (SystemInfo.supportsVibration) { print ("振動対応"); Handheld.Vibrate(); } else { print ("振動非対応")...」) |
(相違点なし)
|
2018年6月27日 (水) 01:09時点における最新版
単純バイブ機能
void Start () { if (SystemInfo.supportsVibration) { print ("振動対応"); Handheld.Vibrate(); } else { print ("振動非対応"); } }
参考:http://tasogare-games.hatenablog.jp/entry/20150611/1434020838