add panel.onRederFinished to be invoked after shader.render make sure coordinatorPlugin affected

This commit is contained in:
pengfei.zhou
2020-03-10 18:51:53 +08:00
committed by osborn
parent 01d736c5a6
commit f3f28c55f8
17 changed files with 290 additions and 332 deletions

View File

@@ -15,8 +15,8 @@ typedef NS_ENUM(NSInteger, DoricLogType) {
/**
* Called when native or js exception occurred in doric
*
* @param source Which source file
* @param e exception which is thrown within doric sdk
* @param exception exception which is thrown within doric sdk
* @param context Which Context
*/
- (void)onException:(NSException *)exception inContext:(DoricContext *)context;