Table of Contents

Class BackgroundColorGradientMotion

Lerps the Camera.backgroundColor value using a gradient.

public class BackgroundColorGradientMotion : AbstractColorGradientMotion<Camera>, ITweenMotion, IMotion
Inheritance
BackgroundColorGradientMotion
Implements
Inherited Members
Extension Methods

Constructors

BackgroundColorGradientMotion(Camera, Gradient)

public BackgroundColorGradientMotion(Camera item, Gradient gradient)

Parameters

item Camera
gradient Gradient

Methods

OnUpdate(float)

public override void OnUpdate(float t)

Parameters

t float