GazeEventArgs.cs 74 B

123456
  1. using System;
  2. public struct GazeEventArgs
  3. {
  4. public float distance;
  5. }