コード例 #1
0
ファイル: Plugin.cs プロジェクト: lfe999/FacialMotionCapture
 void OnDestroy()
 {
     DeviceController.Disconnect();
     DeviceController = new DeviceController(this, null);
 }
コード例 #2
0
 protected override async Task DoExecuteAsync()
 {
     _deviceController.Disconnect();
 }