add unitask / add rotation

This commit is contained in:
2023-06-03 08:55:57 +05:00
parent 1055fb47b6
commit dccf25674e
339 changed files with 70773 additions and 696 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ using UnityEngine;
public class DetectionSetup
{
public bool isValidate;
public float minFaceHeight { get; private set; }
public float correctFaceHeight { get; private set; }
public void SetMinFaceHeight(float minValue)
{
minFaceHeight = minValue;
correctFaceHeight = minValue;
isValidate = true;
}
}