Flutter Engine
The Flutter Engine
|
#include <KeyframeAnimator.h>
Public Types | |
enum class | Type { kIndex , kScalar } |
Public Member Functions | |
bool | equals (const Value &other, Type ty) const |
Public Attributes | |
union { | |
uint32_t idx | |
float flt | |
}; | |
Definition at line 39 of file KeyframeAnimator.h.
|
strong |
Enumerator | |
---|---|
kIndex | |
kScalar |
Definition at line 40 of file KeyframeAnimator.h.
Definition at line 50 of file KeyframeAnimator.h.
union { ... } skottie::internal::Keyframe::Value::@303 |
float skottie::internal::Keyframe::Value::flt |
Definition at line 47 of file KeyframeAnimator.h.
uint32_t skottie::internal::Keyframe::Value::idx |
Definition at line 46 of file KeyframeAnimator.h.