#import <FlutterTextureRegistryRelay.h>
Instance Methods | |
(instancetype) | - initWithParent: |
Instance Methods inherited from <FlutterTextureRegistry> | |
(int64_t) | - registerTexture: |
(void) | - textureFrameAvailable: |
(void) | - unregisterTexture: |
Properties | |
NSObject< FlutterTextureRegistry > * | parent |
Wrapper around a weakly held collection of registered textures.
Avoids a retain cycle between plugins and the engine.
Definition at line 20 of file FlutterTextureRegistryRelay.h.
- (instancetype) initWithParent: | (NSObject< FlutterTextureRegistry > *) | parent |
|
readwritenonatomicweak |
A weak reference to a FlutterEngine that will be passed texture registration.
Definition at line 25 of file FlutterTextureRegistryRelay.h.