anim property

AnimationReader<TKey> get anim

Public read-only accessor for the animation subsystem. Render-layer hot paths bind to this via AnimationReader (the narrow read interface implemented by AnimationCoordinator).

Implementation

AnimationReader<TKey> get anim => _anim;