Table of Contents

Class RangeMotion

Lerps the Light.range value.

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

Constructors

RangeMotion(Light, float?, float)

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

Parameters

item Light
from float?
to float

RangeMotion(Light, float)

public RangeMotion(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