Flutter Engine
The Flutter Engine
|
#include <Animator.h>
Public Types | |
using | StateChanged = bool |
Public Member Functions | |
StateChanged | seek (float t) |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Protected Member Functions | |
Animator ()=default | |
virtual StateChanged | onSeek (float t)=0 |
Definition at line 32 of file Animator.h.
using skottie::internal::Animator::StateChanged = bool |
Definition at line 34 of file Animator.h.
|
protecteddefault |
|
protectedpure virtual |
|
inline |
Definition at line 35 of file Animator.h.