raphael-example icon indicating copy to clipboard operation
raphael-example copied to clipboard

2.0无法正常使用

Open 553082694 opened this issue 6 years ago • 2 comments

ReferenceError: Can't find variable: _ccsg

553082694 avatar Aug 15 '18 09:08 553082694

No longer works in 2.0

this.ctx = new _ccsg.GraphicsNode();
this.node._sgNode.addChild(this.ctx);

skaraman avatar Aug 15 '18 16:08 skaraman

let node = new cc.Node();
this.ctx = node.addComponent(cc.Graphics);
this.node.addChild(node);

asdMo avatar Oct 29 '18 09:10 asdMo