Class: CircleRenderer

CircleRenderer

draw a a colored circle
checkout Renderer for standard parameters

new CircleRenderer()

Source:
Example
 var cropCircle = new DE.GameObject( {
  x: 500, y: 500,
  renderer: new DE.CircleRenderer( {
    "fillColor": "red", "strokeColor: "black", "method": "strokeAndFill"
  }, 100, 0, Math.PI * 2, true )
} );

Extends

Dreamirl Copyright © 2014 And the contributors
Documentation generated by JSDoc 3.2.2 on Thu Apr 24 2014 11:56:40 GMT+0200 (CEST) using the DocStrap template.