Flutter Engine
The Flutter Engine
|
#include <TextAnimator.h>
Public Attributes | |
VectorValue | position |
VectorValue | scale = { 100, 100, 100 } |
ColorValue | fill_color |
ColorValue | stroke_color |
SkV3 | rotation = { 0, 0, 0 } |
Vec2Value | blur = { 0, 0 } |
Vec2Value | line_spacing = { 0, 0 } |
ScalarValue | opacity = 100 |
ScalarValue | fill_opacity = 100 |
ScalarValue | stroke_opacity = 100 |
ScalarValue | tracking = 0 |
ScalarValue | stroke_width = 0 |
Definition at line 36 of file TextAnimator.h.
Vec2Value skottie::internal::TextAnimator::AnimatedProps::blur = { 0, 0 } |
Definition at line 43 of file TextAnimator.h.
ColorValue skottie::internal::TextAnimator::AnimatedProps::fill_color |
Definition at line 39 of file TextAnimator.h.
ScalarValue skottie::internal::TextAnimator::AnimatedProps::fill_opacity = 100 |
Definition at line 46 of file TextAnimator.h.
Vec2Value skottie::internal::TextAnimator::AnimatedProps::line_spacing = { 0, 0 } |
Definition at line 44 of file TextAnimator.h.
ScalarValue skottie::internal::TextAnimator::AnimatedProps::opacity = 100 |
Definition at line 45 of file TextAnimator.h.
VectorValue skottie::internal::TextAnimator::AnimatedProps::position |
Definition at line 37 of file TextAnimator.h.
SkV3 skottie::internal::TextAnimator::AnimatedProps::rotation = { 0, 0, 0 } |
Definition at line 42 of file TextAnimator.h.
VectorValue skottie::internal::TextAnimator::AnimatedProps::scale = { 100, 100, 100 } |
Definition at line 38 of file TextAnimator.h.
ColorValue skottie::internal::TextAnimator::AnimatedProps::stroke_color |
Definition at line 40 of file TextAnimator.h.
ScalarValue skottie::internal::TextAnimator::AnimatedProps::stroke_opacity = 100 |
Definition at line 47 of file TextAnimator.h.
ScalarValue skottie::internal::TextAnimator::AnimatedProps::stroke_width = 0 |
Definition at line 49 of file TextAnimator.h.
ScalarValue skottie::internal::TextAnimator::AnimatedProps::tracking = 0 |
Definition at line 48 of file TextAnimator.h.