Click or drag to resize

GestureTrailSetLine Method

Set points on the trail.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void SetLine(
	List<Vector3> positions
)

Parameters

positions
Type: System.Collections.GenericListVector3
See Also