Click or drag to resize

GestureLearnerStopTraining Method

Request the training in progress to be cancelled.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void StopTraining()
Remarks
Can be safely called when no training is currently running, in which case it will do nothing.
See Also