Click or drag to resize

GestureDataMirrorZ Method

Mirror the gesture on the Z axis.

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