CocosCreator開發筆記(10)-Graphics組件的使用

Graphics是Cocos Creator中的繪畫組件,提供了畫點、線、圓等接口。web 能夠在節點初始化時得到組件接口。 start () { this.ctx = this.getComponent(cc.Graphics); }svg 畫點 // 在(200,200)處畫個半徑爲6像素的黃點 self = this; self.ctx.clear(); self.ctx.circle(20
相關文章
相關標籤/搜索