Click or drag to resize

GestureDataGetAveraged Method

Average a set of captured gestures.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static GestureData GetAveraged(
	GestureData[] gestures,
	int resampleSize
)

Parameters

gestures
Type: RavingBots.MagicGestures.ControllerGestureData
The input gestures. Must not be null or empty.
resampleSize
Type: SystemInt32
The final gesture size (must be greater than 1).

Return Value

Type: GestureData
Remarks
Important note Important
All of the gestures in gestures must be non-null and valid.
See Also