 | GestureTrail.SetMorph Method |
Set the morphing parameters.
Namespace:
RavingBots.MagicGestures.Controller
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool SetMorph(
Vector3[] points,
Color color
)
Parameters
- points
- Type:Vector3[]
- color
- Type: Color
Return Value
Type:
Booleanfalse if
points has a different length than
there are points on the trail.
See Also