S
S
SparkAR Community Scripting Docs
Search
⌃K
S
S
SparkAR Community Scripting Docs
Search
⌃K
Spark AR Scripting Reference
Audio Analyzer / Energy Meter
Asynchronous API Changes (v85+)
Custom Instructions
AnimationModule
AudioModule
CameraInfoModule
DeepLinkModule
DeviceMotionModule
DiagnosticsModule
FaceGesturesModule
FaceTracking2DModule
FaceTrackingModule
FontsModule
HandTrackingModule
InstructionModule
IrisTrackingModule
LightingEstimationModule
LiveStreamingModule
LocaleModule
MaterialsModule
NativeUIModule
NetworkingModule
PatchesModule
PersistenceModule
PersonSegmentationModule
RandomModule
ReactiveModule
SceneModule
ShadersModule
SvgsModule
TexturesModule
TimeModule
TouchGesturesModule
Type
TouchGestureModule.Gesture.State
Gesture
LongPressGesture
PanGesture
PinchGesture
RawTouchGesture
RotateGesture
TapGesture
UnitsModule
Powered By
GitBook
TouchGestureModule.Gesture.State
The State enum describes the state of a Gesture.
Values
Value
Description
ENDED
Indicates that the user ended a gesture.
CANCELED
Indicates that the gesture in progress was canceled.
FAILED
Indicates that the gesture in progress failed.
BEGAN
Indicates that the user began creating a gesture.
CHANGED
Indicates that the gesture in progress was changed.
Previous
Type
Next
Gesture
Last modified
3yr ago