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