Delegate HandCalc.OnUpperBodyPointsCalculatedEvent
上半身の特徴点座標計算処理終了時イベント
Namespace: TofAr.V0.Hand
Assembly: TofArHandAssembly.dll
Syntax
public delegate void OnUpperBodyPointsCalculatedEvent(Vector3[] points, bool detectBody);
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Vector3[] | points | 手の関節座標配列 |
System.Boolean | detectBody | trueの場合、上半身特徴点を認識している |