|
| static SCR_InputButtonAlphaMaskAnimation | ButtonAlphaMask (Widget w, float targetValue, float speed, bool resetOnComplete=false) |
| |
| static SCR_InputButtonColorAnimation | ButtonColor (Widget widget, Color color, float speed) |
| |
| static AnimateWidget | GetInstance () |
| |
| static bool | StopAnimation (Widget w, TypeName typeName) |
| | Stop either all animations on the widget, or an animation of a specific type.
|
| |
| static bool | StopAnimation (WidgetAnimationBase anim) |
| | Stop animation.
|
| |
| static void | StopAllAnimations (Widget w) |
| | Stop all animation on given widget.
|
| |
| static bool | IsAnimating (Widget w) |
| |
| static bool | IsAnimatingType (Widget w, TypeName type) |
| |
| static WidgetAnimationBase | GetAnimation (Widget w, TypeName type) |
| |
| static bool | IsActive () |
| | Is.
|
| |
| static bool | AddAnimation (notnull WidgetAnimationBase animation) |
| |
| static WidgetAnimationBlurIntensity | BlurIntensity (Widget widget, float targetValue, float speed) |
| |
| static WidgetAnimationOpacity | Opacity (Widget widget, float targetValue, float speed, bool toggleVisibility=false) |
| |
| static WidgetAnimationImageSaturation | Saturation (Widget widget, float targetValue, float speed) |
| |
| static WidgetAnimationAlphaMask | AlphaMask (Widget widget, float targetValue, float speed) |
| |
| static WidgetAnimationColor | Color (Widget widget, Color color, float speed) |
| |
| static WidgetAnimationFrameSize | Size (Widget widget, float size[2], float speed) |
| |
| static WidgetAnimationPosition | Position (Widget widget, float position[2], float speed) |
| |
| static WidgetAnimationPadding | Padding (Widget widget, float padding[4], float speed) |
| |
| static WidgetAnimationLayoutFill | LayoutFill (Widget widget, float targetValue, float speed) |
| |
| static WidgetAnimationImageRotation | Rotation (Widget widget, float targetValue, float speed) |
| |
| static WidgetAnimationValue | Value (float defaultValue, float targetValue, float speed) |
| |