Class PlaylistMediaPlayer.Easing
Inheritance
System.Object
PlaylistMediaPlayer.Easing
Assembly: cs.temp.dll.dll
[Serializable]
public class Easing
Fields
Declaration
public PlaylistMediaPlayer.Easing.Preset preset
Field Value
Methods
Declaration
public static Func<float, float> GetFunction(PlaylistMediaPlayer.Easing.Preset preset)
Parameters
Returns
Type |
Description |
System.Func<System.Single, System.Single> |
|
Declaration
public static float InCubic(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InExpo(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InOutCubic(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InOutExpo(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InOutQuad(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InOutQuart(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InOutQuint(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InQuad(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InQuart(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float InQuint(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float Linear(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float OutCubic(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float OutExpo(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float OutQuad(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float OutQuart(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float OutQuint(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float PowerEaseIn(float t, float power)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
System.Single |
power |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float PowerEaseInOut(float t, float power)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
System.Single |
power |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float PowerEaseOut(float t, float power)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
System.Single |
power |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public static float Step(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|