at least current can control background
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { DoricPlugin } from "../DoricPlugin";
|
||||
import { DVModel } from "../shader/DoricViewNode";
|
||||
|
||||
export class ShaderPlugin extends DoricPlugin {
|
||||
render(ret: any) {
|
||||
console.log('render', ret)
|
||||
render(ret: DVModel) {
|
||||
this.context.rootNode.blend(ret.props)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user