Table of Contents

Class BlendableFloat

Namespace
Gasimo.CineBlend
Assembly
Cineblend.CSharp.dll

Float Lerp utility class

public class BlendableFloat : IBlendableProperty<float>
Inheritance
object
BlendableFloat
Implements

Constructors

BlendableFloat()

public BlendableFloat()

BlendableFloat(float)

public BlendableFloat(float value)

Parameters

value float

Properties

CurrentValue

Current value of the property

public float CurrentValue { get; set; }

Property Value

float

Methods

Lerp(float, float, float)

Linearly interpolates between two values

public static float Lerp(float start, float end, float t)

Parameters

start float
end float
t float

Returns

float

Interpolated value