Method
FlexMotionLayer.OnNormalizedTimeRepeat(float, Action<FlexMotionLayer>)

Summary

Syntax

public FlexMotionLayer OnNormalizedTimeRepeat(float normalizedTime, Action<FlexMotionLayer> callback)

Parameters

Name Type Description
normalizedTime float The normalized time to reach for the callback to be invoked.
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.