BaseAnimValueNonAlloc<T>
Abstract base class that provides an allocation free version of BaseAnimValue.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor.AnimatedValues
- Assembly: UnityEditor
- Inherits from: BaseAnimValue<T>
- Implements: ISerializationCallbackReceiver
public abstract class BaseAnimValueNonAlloc<T> : BaseAnimValue<T>, ISerializationCallbackReceiver where T : IEquatable<T>
Remarks
Abstract base class that provides an allocation free version of BaseAnimValue. See BaseAnimValue.