AnimVector3
An animated Vector3 value.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.AnimatedValues
- Assembly: UnityEditor.CoreModule
- Inherits from: BaseAnimValueNonAlloc<Vector3>
- Implements: ISerializationCallbackReceiver
public class AnimVector3 : BaseAnimValueNonAlloc<Vector3>, ISerializationCallbackReceiver
Remarks
Animated using Vector3.Lerp.
Constructors
Constructor | Description |
|---|---|
| AnimVector3() | Constructor. |
| AnimVector3(UnityEngine.Vector3) | Constructor. |
| AnimVector3(UnityEngine.Vector3,UnityEngine.Events.UnityAction) | Constructor. |
Methods
Method | Description |
|---|---|
| GetValue | Type specific implementation of BaseAnimValue<T>.GetValue(). |