Click or drag to resize

GestureData Constructor (IEnumerableVector3)

Create a new gesture from existing points.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GestureData(
	IEnumerable<Vector3> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector3
See Also