Tween.followProperty

Follows property of object and applies it on target_property of target, beginning from initial_val for duration seconds, delay seconds later. 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
followProperty
(
NodePathArg1
VariantArg2
NodePathArg4
)
(,
in NodePathArg1 property
,
in VariantArg2 initial_val
,,
in NodePathArg4 target_property
,
in double duration
,
in long trans_type
,
in long ease_type
,
in double delay = 0
)

Meta