Click or drag to resize

GestureTrailSetMorph Method

Set the morphing parameters.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool SetMorph(
	Vector3[] points,
	Color color
)

Parameters

points
Type: Vector3
color
Type: Color

Return Value

Type: Boolean
if points has a different length than there are points on the trail.
See Also