LeapDeviceType.cs 114 B

1234567891011
  1. using System;
  2. namespace Leap.Unity
  3. {
  4. public enum LeapDeviceType
  5. {
  6. Invalid,
  7. Peripheral,
  8. Dragonfly
  9. }
  10. }