Show / Hide Table of Contents

Class EaseUtility

Inheritance
System.Object
EaseUtility
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.Shared
Assembly: NoXP.RuntimeComponents.dll
Syntax
public class EaseUtility

Methods

Ease(EaseUtility.EaseModes, EaseUtility.EaseFunctions, Single, Single, Single, Single)

Declaration
public static float Ease(EaseUtility.EaseModes mode, EaseUtility.EaseFunctions func, float t, float b, float c, float d)
Parameters
Type Name Description
EaseUtility.EaseModes mode
EaseUtility.EaseFunctions func
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseIn(EaseUtility.EaseFunctions, Single, Single, Single, Single)

Declaration
public static float EaseIn(EaseUtility.EaseFunctions func, float t, float b, float c, float d)
Parameters
Type Name Description
EaseUtility.EaseFunctions func
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInCirc(Single, Single, Single, Single)

Declaration
public static float EaseInCirc(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInCubic(Single, Single, Single, Single)

Declaration
public static float EaseInCubic(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInExpo(Single, Single, Single, Single)

Declaration
public static float EaseInExpo(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOut(EaseUtility.EaseFunctions, Single, Single, Single, Single)

Declaration
public static float EaseInOut(EaseUtility.EaseFunctions mode, float t, float b, float c, float d)
Parameters
Type Name Description
EaseUtility.EaseFunctions mode
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOutCirc(Single, Single, Single, Single)

Declaration
public static float EaseInOutCirc(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOutCubic(Single, Single, Single, Single)

Declaration
public static float EaseInOutCubic(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOutExpo(Single, Single, Single, Single)

Declaration
public static float EaseInOutExpo(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOutQuad(Single, Single, Single, Single)

Declaration
public static float EaseInOutQuad(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOutQuart(Single, Single, Single, Single)

Declaration
public static float EaseInOutQuart(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOutQuint(Single, Single, Single, Single)

Declaration
public static float EaseInOutQuint(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInOutSine(Single, Single, Single, Single)

Declaration
public static float EaseInOutSine(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInQuad(Single, Single, Single, Single)

Declaration
public static float EaseInQuad(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInQuart(Single, Single, Single, Single)

Declaration
public static float EaseInQuart(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInQuint(Single, Single, Single, Single)

Declaration
public static float EaseInQuint(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseInSine(Single, Single, Single, Single)

Declaration
public static float EaseInSine(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOut(EaseUtility.EaseFunctions, Single, Single, Single, Single)

Declaration
public static float EaseOut(EaseUtility.EaseFunctions func, float t, float b, float c, float d)
Parameters
Type Name Description
EaseUtility.EaseFunctions func
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOutCirc(Single, Single, Single, Single)

Declaration
public static float EaseOutCirc(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOutCubic(Single, Single, Single, Single)

Declaration
public static float EaseOutCubic(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOutExpo(Single, Single, Single, Single)

Declaration
public static float EaseOutExpo(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOutQuad(Single, Single, Single, Single)

Declaration
public static float EaseOutQuad(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOutQuart(Single, Single, Single, Single)

Declaration
public static float EaseOutQuart(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOutQuint(Single, Single, Single, Single)

Declaration
public static float EaseOutQuint(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

EaseOutSine(Single, Single, Single, Single)

Declaration
public static float EaseOutSine(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single

LinearTween(Single, Single, Single, Single)

Declaration
public static float LinearTween(float t, float b, float c, float d)
Parameters
Type Name Description
System.Single t
System.Single b
System.Single c
System.Single d
Returns
Type Description
System.Single
In This Article
Back to top Generated by DocFX