File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -146,18 +146,6 @@ Event data for an event coming from the navigation gesture.
146146##### SourceStateEventData.cs
147147Event data for an event that represents an input source being detected or lost.
148148
149- #### GestureManipulator.cs
150- A component for moving an object via the GestureManager manipulation gesture.
151-
152- When an active GestureManipulator component is attached to a GameObject it will subscribe
153- to GestureManager's manipulation gestures, and move the GameObject when a ManipulationGesture occurs.
154- If the GestureManipulator is disabled it will not respond to any manipulation gestures.
155-
156- This means that if multiple GestureManipulators are active in a given scene when a manipulation
157- gesture is performed, all the relevant GameObjects will be moved. If the desired behavior is that only
158- a single object be moved at a time, it is recommended that objects which should not be moved disable
159- their GestureManipulators, then re-enable them when necessary (e.g. the object is focused).
160-
161149#### InputSources
162150
163151##### BaseInputSource.cs
You can’t perform that action at this time.
0 commit comments