Class TweenVisitorCheckStartAnimation
Namespace: Unity.UIWidgets.widgets
Syntax
public class TweenVisitorCheckStartAnimation : TweenVisitor
Constructors
TweenVisitorCheckStartAnimation()
Declaration
public TweenVisitorCheckStartAnimation()
Fields
shouldStartAnimation
Declaration
public bool shouldStartAnimation
Field Value
| Type | Description |
|---|---|
| Boolean |
Methods
visit<T, T2>(ImplicitlyAnimatedWidgetState<T2>, Tween<T>, T, TweenConstructor<T>)
Declaration
public Tween<T> visit<T, T2>(ImplicitlyAnimatedWidgetState<T2> state, Tween<T> tween, T targetValue, TweenConstructor<T> constructor)
where T2 : ImplicitlyAnimatedWidget
Parameters
| Type | Name | Description |
|---|---|---|
| ImplicitlyAnimatedWidgetState<T2> | state | |
| Tween<T> | tween | |
| T | targetValue | |
| TweenConstructor<T> | constructor |
Returns
| Type | Description |
|---|---|
| Tween<T> |
Type Parameters
| Name | Description |
|---|---|
| T | |
| T2 |