Method Lerp
Lerp(VisualTransformLerpSettings, Action<VisualTransform>)
Lerps the specified transform changes using the specified settings.
public void Lerp(VisualTransformLerpSettings settings, Action<VisualTransform> transforms)
Parameters
settingsVisualTransformLerpSettingsThe lerp settings to use when changing this visual transform.
transformsAction<VisualTransform>An action containing the transform changes to be lerped.