add DOTween / add start settings
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class DetectionSetup
|
||||
{
|
||||
public bool isValidate;
|
||||
public float minFaceHeight { get; private set; }
|
||||
public void SetMinFaceHeight(float minValue)
|
||||
{
|
||||
minFaceHeight = minValue;
|
||||
isValidate = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user