Tween.interpolateMethod

Animates method of object from initial_val to final_val for duration seconds, delay seconds 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
interpolateMethod
(
StringArg1
VariantArg2
VariantArg3
)
(,
in StringArg1 method
,
in VariantArg2 initial_val
,
in VariantArg3 final_val
,
in double duration
,
in long trans_type
,
in long ease_type
,
in double delay = 0
)

Meta