XRSPACE Developer Console

API - XRBasicGestureFilter

User can filter gesture by inheritan this class.

Static propertie

  • public static XRBasicGestureFilter Instance { get; }

Description XRBasicGestureFilter is design in singleton pattern. Use this property to get all member.

Field

  • protected XRHandlerGesture DefaultGesture

Description Set default gesture, if detacted gesture is not in InterestedGestureList.


  • protected bool FollowLastGesture

Description

  • If set true, it will show the last gesture when detacted gesture is not in InterestedGestureList.

  • If set false, it will show default gesture when detacted gesture is not in InterestedGestureList.


  • protected IList<XRHandlerGesture> InterestedGestureList

Description List the gestues user insterested.