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

@@ -17,5 +17,5 @@ export declare function coordinator(context: BridgeContext): {
start: number | Color;
end: number | Color;
};
}) => Promise<any>;
}) => void;
};