CustomFollower RemoveUpdateMethod Method BigBangProductions Easy Curves
Removes the registered update method from custom follower on the component

Namespace: BigBangProductions.CurveRuntime
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void RemoveUpdateMethod(
	Component component,
	Action<float> onUpdate
)

Parameters

component
Type: Component
the component where the CustomFollower is attached
onUpdate
Type: OnlineSystem Action OnlineSingle 
the on update method delegate to remove
See Also