animate_property
Description:
[ Version ( deprecated = true , deprecated_since = "1.8" , since = "1.0" ) ]
public abstract bool animate_property (Animation animation, string property_name, Value initial_value, Value final_value, double progress, Value value)
public abstract bool animate_property (Animation animation, string property_name, Value initial_value, Value final_value, double progress, Value value)
Warning: animate_property is deprecated since 1.8.
Calls the animate_property virtual function for this.
Note:
Use interpolate_value instead
The initial_value and final_value Values must contain the
same type; value must have been initialized to the same type of initial_value and final_value.
All implementation of the Animatable interface must implement this function.
Parameters:
| this | |
| animation | |
| property_name |
the name of the animated property |
| initial_value |
the initial value of the animation interval |
| final_value |
the final value of the animation interval |
| progress |
the progress factor |
| value |
return location for the animation value |
Returns:
|
|