Banuba SDK
|
#import <BNBReloadResult.h>
Instance Methods | |
(nullable BNBEffect *) | - effect |
Effect with updated config applied. More... | |
(BOOL) | - hotReload |
In case it was possible to apply the new config on the same effect, this flag will be true . More... | |
Definition at line 15 of file BNBReloadResult.h.
- (nullable BNBEffect *) effect |
Effect with updated config applied.
Depending on changes it may be the effect already loaded or a new one.
- (BOOL) hotReload |
In case it was possible to apply the new config on the same effect, this flag will be true
.