add layoutconfig

This commit is contained in:
pengfei.zhou
2019-12-20 16:46:25 +08:00
parent 6706a57406
commit bc596a1a5e
6 changed files with 251 additions and 13 deletions

View File

@@ -4,5 +4,6 @@ import { DVModel } from "../shader/DoricViewNode";
export class ShaderPlugin extends DoricPlugin {
render(ret: DVModel) {
this.context.rootNode.blend(ret.props)
this.context.rootNode.layout()
}
}