Flutter Engine
The Flutter Engine
|
#import <SkottieViewController.h>
Instance Methods | |
(void) | - draw:toCanvas:atSize: |
(bool) | - isPaused |
(void) | - setStopAtEnd: |
(bool) | - loadAnimation: |
(void) | - seek: |
(bool) | - togglePaused |
(CGSize) | - size |
(float) | - animationDurationSeconds |
(float) | - currentTime |
(void) | - draw:toCanvas:atSize: |
(bool) | - isPaused |
(void) | - togglePaused |
Definition at line 11 of file SkottieViewController.h.
- (float) animationDurationSeconds |
Definition at line 130 of file SkottieViewController.mm.
- (float) currentTime |
Definition at line 130 of file SkottieViewController.mm.
- (void) draw: | (CGRect) | rect | |
toCanvas: | (SkCanvas*) | canvas | |
atSize: | (CGSize) | size | |
Reimplemented from SkiaViewController.
Definition at line 130 of file SkottieViewController.mm.
- (bool) isPaused |
Reimplemented from SkiaViewController.
Definition at line 130 of file SkottieViewController.mm.
- (bool) loadAnimation: | (NSData*) | d |
Definition at line 130 of file SkottieViewController.mm.
- (void) seek: | (float) | seconds |
Definition at line 130 of file SkottieViewController.mm.
- (void) setStopAtEnd: | (bool) | stop |
Definition at line 130 of file SkottieViewController.mm.
- (CGSize) size |
Definition at line 130 of file SkottieViewController.mm.
- (bool) togglePaused |
Reimplemented from SkiaViewController.
Definition at line 130 of file SkottieViewController.mm.