Flutter Engine
The Flutter Engine
|
#include <Transform.h>
Public Member Functions | |
TransformAdapter3D (const skjson::ObjectValue &, const AnimationBuilder &) | |
~TransformAdapter3D () override | |
virtual SkM44 | totalMatrix () const |
Public Member Functions inherited from skottie::internal::DiscardableAdapterBase< TransformAdapter3D, sksg::Matrix< SkM44 > > | |
const sk_sp< sksg::Matrix< SkM44 > > & | node () const |
Public Member Functions inherited from skottie::internal::AnimatablePropertyContainer | |
template<typename T > | |
bool | bind (const AnimationBuilder &, const skjson::ObjectValue *, T *) |
template<typename T > | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jobject, T &v) |
bool | bindAutoOrientable (const AnimationBuilder &abuilder, const skjson::ObjectValue *jobject, SkV2 *v, float *orientation) |
bool | isStatic () const |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, ScalarValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, ShapeValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, TextValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, Vec2Value *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, VectorValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, ColorValue *v) |
Public Member Functions inherited from skottie::internal::Animator | |
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 | |
SkV3 | anchor_point () const |
SkV3 | position () const |
SkV3 | rotation () const |
Protected Member Functions inherited from skottie::internal::DiscardableAdapterBase< TransformAdapter3D, sksg::Matrix< SkM44 > > | |
DiscardableAdapterBase () | |
DiscardableAdapterBase (sk_sp< sksg::Matrix< SkM44 > > node) | |
Protected Member Functions inherited from skottie::internal::AnimatablePropertyContainer | |
virtual void | onSync ()=0 |
void | shrink_to_fit () |
void | attachDiscardableAdapter (sk_sp< AnimatablePropertyContainer >) |
Protected Member Functions inherited from skottie::internal::Animator | |
Animator ()=default | |
virtual StateChanged | onSeek (float t)=0 |
Additional Inherited Members | |
Public Types inherited from skottie::internal::Animator | |
using | StateChanged = bool |
Static Public Member Functions inherited from skottie::internal::DiscardableAdapterBase< TransformAdapter3D, sksg::Matrix< SkM44 > > | |
static sk_sp< TransformAdapter3D > | Make (Args &&... args) |
Definition at line 78 of file Transform.h.
skottie::internal::TransformAdapter3D::TransformAdapter3D | ( | const skjson::ObjectValue & | jtransform, |
const AnimationBuilder & | abuilder | ||
) |
Definition at line 148 of file Transform.cpp.
|
overridedefault |
|
protected |
Definition at line 170 of file Transform.cpp.
|
protected |
Definition at line 174 of file Transform.cpp.
|
protected |
Definition at line 178 of file Transform.cpp.
|
virtual |
Reimplemented in skottie::internal::CameraAdaper.
Definition at line 183 of file Transform.cpp.