Table of Contents

Class IntensityMotion

Lerps the Light.intensity value.

public class IntensityMotion : AbstractFloatMotion<Light>, ITweenMotion, IMotion
Inheritance
IntensityMotion
Implements
Inherited Members
Extension Methods

Constructors

IntensityMotion(Light, float?, float)

public IntensityMotion(Light item, float? from, float to)

Parameters

item Light
from float?
to float

IntensityMotion(Light, float)

public IntensityMotion(Light item, float value)

Parameters

item Light
value float

Methods

GetFrom()

protected override float GetFrom()

Returns

float

SetValue(float)

protected override void SetValue(float value)

Parameters

value float