Click or drag to resize

GesturePreprocessorGetInput Method

Convert a gesture to an array of input values for training.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float[] GetInput(
	GestureData gesture
)

Parameters

gesture
Type: RavingBots.MagicGestures.ControllerGestureData

Return Value

Type: Single
An array usable as Input.
Remarks
The resulting array is a flattened Matrix where every value is converted to 1.0f.
See Also