Summary
A
Animancer.MixerParameterTween`1
which uses UnityEngine.Vector2.LerpUnclamped(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Interfaces
- Base Types
-
- Object
- Key
- MixerParameterTween
<Vector2>
graph BT
Type-->Base0["MixerParameterTween<Vector2>"]
Base0-->Base1["Key"]
click Base1 "/animancer-v7-4/api/Animancer/Key"
Base1-->Base2["Object"]
Type-.->Interface0["IUpdatable"]
click Interface0 "/animancer-v7-4/api/Animancer/IUpdatable"
Type-.->Interface1["Key.IListItem"]
click Interface1 "/animancer-v7-4/api/Animancer/IListItem"
Type["MixerParameterTweenVector2"]
class Type type-node
Syntax
public class MixerParameterTweenVector2 : MixerParameterTween<Vector2>, IUpdatable, Key.IListItem
Examples
See
Animancer.MixerParameterTweenFloat
.Constructors
Fields
Methods
Name | Value | Summary |
---|---|---|
Calculate |
Vector2 |
Called every update while this tween is active to calculate the what value to set the
Animancer.MixerState`1.Parameter to. Usually based on the Animancer.MixerParameterTween`1.StartValue ,
Animancer.MixerParameterTween`1.EndValue , and Animancer.MixerParameterTween`1.Progress .
|
IndexOf |
int |
Returns location of this object in the list (or
-1 if it is not currently in a keyed list).Inherited from Key
static
|
IsInList |
bool |
Is the `key` currently in a keyed list?
Inherited from Key
static
|