Create(VisualElement, Func<T, T, float, T>)
Creates a new ValueAnimation object or returns an available one from it's instance pool.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements.Experimental
- Assembly: UnityEngine.UIElementsModule
public static ValueAnimation<T> Create(VisualElement e, Func<T, T, float, T> interpolator)
Parameters
Returns
Type | Description |
|---|---|
| ValueAnimation<T> |