Method Lerp
Lerp(LensSettings, LensSettings, float)
Linearly blends the fields of two LensSettings and returns the result
선언
public static LensSettings Lerp(LensSettings lensA, LensSettings lensB, float t)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| LensSettings | lensA | The LensSettings to blend from |
| LensSettings | lensB | The LensSettings to blend to |
| float | t | The interpolation value. Internally clamped to the range [0,1] |
반환
| 타입 | 설명 |
|---|---|
| LensSettings | Interpolated settings |