Search Results for

    Show / Hide Table of Contents

    Class ColorSmoothDamp

    Inheritance
    object
    ColorSmoothDamp
    Namespace: Global
    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
    In This Article
    Back to top Shape of Dreams API Documentation