property_set_interpolation


Description:

public void property_set_interpolation (Object object, string property_name, Interpolation interpolation)

Set the interpolation method to use, LINEAR causes the values to linearly change between the values, and CUBIC causes the values to smoothly change between the values.

Note:

Use KeyframeTransition instead

Parameters:

this

a AnimatorKey

object

a Object

property_name

the name of a property on object

interpolation

the Interpolation to use