Esempio n. 1
0
        void Start()
        {
            _eyePositions = new EyePositionBuffer(
                _smoothBufferSize, _smoothBufferConfidenceThreshold);

            _mainCamera = Camera.main;

            MLEyes.Start();
        }
Esempio n. 2
0
 void OnValidate()
 {
     _eyePositions = new EyePositionBuffer(
         _smoothBufferSize, _smoothBufferConfidenceThreshold);
 }