UxrEasing Enumeration
Type of interpolation curves.
References:
Examples of some classes that use interpolation:- UxrInterpolator: Access to interpolation calculations
- UxrTween and all derived classes (UI tweening)
- UxrAnimatedTransform (Transform animation)
- UxrAnimatedLightIntensity (Light intensity parameter animation)
- UxrAnimatedMaterial (Material parameter animation)
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrEasing
Members
Member name | Value | Description | |
---|---|---|---|
Linear | 0 | ||
EaseInSine | 1 | ||
EaseOutSine | 2 | ||
EaseInOutSine | 3 | ||
EaseOutInSine | 4 | ||
EaseInQuad | 5 | ||
EaseOutQuad | 6 | ||
EaseInOutQuad | 7 | ||
EaseOutInQuad | 8 | ||
EaseInCubic | 9 | ||
EaseOutCubic | 10 | ||
EaseInOutCubic | 11 | ||
EaseOutInCubic | 12 | ||
EaseInQuart | 13 | ||
EaseOutQuart | 14 | ||
EaseInOutQuart | 15 | ||
EaseOutInQuart | 16 | ||
EaseInQuint | 17 | ||
EaseOutQuint | 18 | ||
EaseInOutQuint | 19 | ||
EaseOutInQuint | 20 | ||
EaseInExpo | 21 | ||
EaseOutExpo | 22 | ||
EaseInOutExpo | 23 | ||
EaseOutInExpo | 24 | ||
EaseInCirc | 25 | ||
EaseOutCirc | 26 | ||
EaseInOutCirc | 27 | ||
EaseOutInCirc | 28 | ||
EaseInBack | 29 | ||
EaseOutBack | 30 | ||
EaseInOutBack | 31 | ||
EaseOutInBack | 32 | ||
EaseInElastic | 33 | ||
EaseOutElastic | 34 | ||
EaseInOutElastic | 35 | ||
EaseOutInElastic | 36 | ||
EaseInBounce | 37 | ||
EaseOutBounce | 38 | ||
EaseInOutBounce | 39 | ||
EaseOutInBounce | 40 |