GetValue()
Abstract function to be overridden in derived types. Should return the current value of the animated value.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AnimatedValues
- Assembly: UnityEditor
protected abstract T GetValue()
Returns
Type | Description |
|---|---|
| T | Current Value. |