Click or drag to resize

SwipeCommand Class

Command to invoke when a swipe source is swiped.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandBaseSwipeSource
              Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandSwipeSource, SwipeEventData
                Slash.Unity.DataBind.GestureInput.CommandsSwipeCommand

Namespace:  Slash.Unity.DataBind.GestureInput.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class SwipeCommand : UnityEventCommand<SwipeSource, SwipeEventData>

The SwipeCommand type exposes the following members.

Constructors
  NameDescription
Public methodSwipeCommand
Initializes a new instance of the SwipeCommand class
Top
Methods
Fields
  NameDescription
Public fieldDirectionMask
Swipe directions to invoke command for.
Top
See Also