GetValue
Returns a new alpha value for interpolating using the given alpha value, Enum/EasingStyle
, and Enum/EasingDirection
.
The provided alpha value is clamped between 0 and 1.
Parameters
Name | Type | Default | Description |
---|---|---|---|
|
An interpolation value between 0 and 1 |
||
|
The easing style to use |
||
|
The easing direction to use |
Returns
Return Type | Summary |
---|---|
A new alpha value generated from the given easing style and direction |