Interface MergeTweenable<T>
Namespace: UIWidgets.Tests.demo_charts
Syntax
public interface MergeTweenable<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
empty
Declaration
T empty { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
less(T)
Declaration
bool less(T other)
Parameters
| Type | Name | Description |
|---|---|---|
| T | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
tweenTo(T)
Declaration
Tween<T> tweenTo(T other)
Parameters
| Type | Name | Description |
|---|---|---|
| T | other |
Returns
| Type | Description |
|---|---|
| Tween<T> |