using System; namespace Leap.Unity { public enum PointingType { RelativeToCamera, RelativeToHorizon, RelativeToWorld, AtTarget } }