CustomFollower RegisterUpdateMethod Method BigBangProductions Easy Curves
Registers the update method to be used with the 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 RegisterUpdateMethod(
	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 register
See Also