Click or drag to resize

GestureDataMirrorY Method

Mirror the gesture on the Y axis.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void MirrorY()
Remarks
This mutates the gesture. Clone the gesture if you want to preserve the original.
See Also