Class ColorSmoothDamp
Inheritance
object
ColorSmoothDamp
Assembly: Dew.Core.dll
Syntax
public static class ColorSmoothDamp
Methods
SmoothDamp(Color, Color, ref Vector4, float, float, float)
Declaration
public static Color SmoothDamp(Color current, Color target, ref Vector4 currentVelocity, float smoothTime, float maxSpeed, float deltaTime)
Parameters
| Type |
Name |
Description |
| UnityEngine.Color |
current |
|
| UnityEngine.Color |
target |
|
| UnityEngine.Vector4 |
currentVelocity |
|
| float |
smoothTime |
|
| float |
maxSpeed |
|
| float |
deltaTime |
|
Returns
| Type |
Description |
| UnityEngine.Color |
|
SmoothDamp(Color, Color, ref Vector4, float, float)
Declaration
public static Color SmoothDamp(Color current, Color target, ref Vector4 currentVelocity, float smoothTime, float maxSpeed)
Parameters
| Type |
Name |
Description |
| UnityEngine.Color |
current |
|
| UnityEngine.Color |
target |
|
| UnityEngine.Vector4 |
currentVelocity |
|
| float |
smoothTime |
|
| float |
maxSpeed |
|
Returns
| Type |
Description |
| UnityEngine.Color |
|
SmoothDamp(Color, Color, ref Vector4, float)
Declaration
public static Color SmoothDamp(Color current, Color target, ref Vector4 currentVelocity, float smoothTime)
Parameters
| Type |
Name |
Description |
| UnityEngine.Color |
current |
|
| UnityEngine.Color |
target |
|
| UnityEngine.Vector4 |
currentVelocity |
|
| float |
smoothTime |
|
Returns
| Type |
Description |
| UnityEngine.Color |
|