Table of Contents

Class Vector2SnapLerper

Namespace
KSP.Tools.PQSFreeCamUtils
Assembly
Assembly-CSharp.dll
public class Vector2SnapLerper : SnapLerpHelper<Vector2>
Inheritance
Vector2SnapLerper
Inherited Members
Extension Methods

Constructors

Vector2SnapLerper(Vector2, float, float)

public Vector2SnapLerper(Vector2 startValue, float lerpFactor, float timeToSnap)

Parameters

startValue Vector2
lerpFactor float
timeToSnap float

Methods

DoLerp(float)

protected override void DoLerp(float lerpFactor)

Parameters

lerpFactor float

IsSameAsTargetValue(Vector2)

protected override bool IsSameAsTargetValue(Vector2 value)

Parameters

value Vector2

Returns

bool