コード例 #1
0
 private void TestEventFound(ImageTarget target)
 {
     Debug.Log(target.Name + " Found");
     Debug.Log(target.ID.ToString() + " ID");
     Debug.Log(target.Scale + " Scale");
     Debug.Log(target.ComputeCameraDistanceToTarget().ToString() + " Cam Dist To Target");
 }