Click or drag to resize

ScreenTransformGesture Fields

The ScreenTransformGesture type exposes the following members.

Fields
  NameDescription
Protected fieldactivePointers
Pointers the gesture currently owns and works with.
(Inherited from Gesture.)
Protected fieldangleBuffer
Angle buffer.
(Inherited from TwoPointTransformGestureBase.)
Protected fieldbasicEditor (Inherited from Gesture.)
Protected fieldcachedPreviousScreenPosition
Cached previous screen position. Used to keep tap's position which can't be calculated from pointers when the gesture is recognized since all pointers are gone.
(Inherited from Gesture.)
Protected fieldcachedScreenPosition
Cached screen position. Used to keep tap's position which can't be calculated from pointers when the gesture is recognized since all pointers are gone.
(Inherited from Gesture.)
Protected fieldcachedTransform
Cached transform of the parent object.
(Inherited from Gesture.)
Protected fielddeltaPosition
Calculated delta position.
(Inherited from TransformGestureBase.)
Protected fielddeltaRotation
Calculated delta rotation.
(Inherited from TransformGestureBase.)
Protected fielddeltaScale
Calculated delta scale.
(Inherited from TransformGestureBase.)
Protected fieldisTransforming
Indicates whether transformation started;
(Inherited from TransformGestureBase.)
Protected fieldminScreenPointsPixelDistance
MinScreenPointsDistance in pixels for internal use.
(Inherited from TwoPointTransformGestureBase.)
Protected fieldminScreenPointsPixelDistanceSquared
MinScreenPointsDistance squared in pixels for internal use.
(Inherited from TwoPointTransformGestureBase.)
Public fieldOnStateChange
Occurs when gesture changes state.
(Inherited from Gesture.)
Public fieldOnTransform
Unity event, occurs when the gesture is updated.
(Inherited from TransformGestureBase.)
Public fieldOnTransformComplete
Unity event, occurs when the gesture ends.
(Inherited from TransformGestureBase.)
Public fieldOnTransformStart
Unity event, occurs when the gesture starts.
(Inherited from TransformGestureBase.)
Protected fieldrotationAxis
Rotation axis to use with deltaRotation.
(Inherited from TransformGestureBase.)
Protected fieldscaleBuffer
Scaling buffer.
(Inherited from TwoPointTransformGestureBase.)
Protected fieldscreenPixelRotationBuffer
Rotation buffer.
(Inherited from TwoPointTransformGestureBase.)
Protected fieldscreenPixelScalingBuffer
Screen space scaling buffer.
(Inherited from TwoPointTransformGestureBase.)
Protected fieldscreenPixelTranslationBuffer
Translation buffer.
(Inherited from TwoPointTransformGestureBase.)
Protected fieldscreenTransformPixelThreshold (Inherited from TransformGestureBase.)
Protected fieldscreenTransformPixelThresholdSquared
ScreenTransformThreshold in pixels squared.
(Inherited from TransformGestureBase.)
Protected fieldtargetPosition
Target overridden position. OverrideTargetPosition(Vector3).
(Inherited from TransformGestureBase.)
Protected fieldtargetPositionOverridden
Indicates if current position is being overridden for the next frame. OverrideTargetPosition(Vector3).
(Inherited from TransformGestureBase.)
Protected fieldtransformMask (Inherited from TransformGestureBase.)
Protected fieldtype (Inherited from TransformGestureBase.)
Top
See Also