// Assembly: UnityEngine.XRModule
// Full name: UnityEngine.XR.InputFeatureType

namespace UnityEngine.XR
{
public class InputFeatureType // TypeDefIndex: 13184
{
	// Fields
	type#27930 value__;
	type#20804 Custom;
	type#20804 Binary;
	type#20804 DiscreteStates;
	type#20804 Axis1D;
	type#20804 Axis2D;
	type#20804 Axis3D;
	type#20804 Rotation;
	type#20804 Hand;
	type#20804 Bone;
	type#20804 Eyes;
	type#20804 kUnityXRInputFeatureTypeInvalid;
}
}
