Class TransitionUtils
Transition utilities
Inherited Members
Namespace: Unity.EditorXR.Utilities
Assembly: solution.dll
Syntax
public static class TransitionUtils
Methods
Name | Description |
---|---|
AnimateProperty<T>(float, bool, ref bool, ref float, ref T, ref T, T, T, float, Func<T, T, bool>, Func<T, T, T, float>, Func<T, T, float, T>, Action<T>, bool, Action<T>) | Helper function for animating transitions |
Approximately(Color, Color) | Return true if one color is approximately equal to another |
GetPercentage(float, float, float) | Get the percentage of the current value between source and target |
GetPercentage(Color, Color, Color) | Get the percentage of the current color between source and target |