Tween.followMethod

Follows method of object and applies the returned value on target_method of target, beginning from initial_val for duration seconds, delay later. Methods are called with consecutive values. Use transitiontype for trans_type and easetype for ease_type parameters. These values control the timing and direction of the interpolation. See the class description for more information

struct Tween
@nogc nothrow
bool
followMethod
(
StringArg1
VariantArg2
StringArg4
)
(,
in StringArg1 method
,
in VariantArg2 initial_val
,,
in StringArg4 target_method
,
in double duration
,
in long trans_type
,
in long ease_type
,
in double delay = 0
)

Meta