Click or drag to resize

MagicEffectSetup Method

Configure this effect.

Namespace:  RavingBots.MagicGestures.Game.Magic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Setup(
	Transform anchor,
	bool preview
)

Parameters

anchor
Type: Transform
The anchor to use.
preview
Type: SystemBoolean
if this effect will be used as a preview.
See Also