Click or drag to resize

GestureDataMirrorX Method

Mirror the gesture on the X axis.

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