Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseAnimValueNonAlloc<T>

Abstract base class that provides an allocation free version of BaseAnimValue.
Read time 1 minuteLast updated 4 days ago

Definition

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.

Inheritance