Method
FlexMotionLayer.OnUpdate(Action<FlexMotionLayer>)

Summary

Syntax

public FlexMotionLayer OnUpdate(Action<FlexMotionLayer> callback)

Parameters

Name Type Description
callback Action<FlexMotionLayer> The method to be called when the time condition will be reached.

Return Value

Type Description
FlexMotionLayer The same instance of FlexMotionLayer, allowing chained method calls.