Java Reference
In-Depth Information
var x1 = bind centerX - radius;
var y1 = bind centerY;
public override function create(): Node {
return Group {
content: [
SolarFlare {
centerX: bind centerX
centerY: bind centerY
},
SolarFlare {
centerX: bind centerX
centerY: bind centerY
rotate: 50
radiusX: 10
radiusY: 5
},
SolarFlare {
centerX: bind centerX
centerY: bind centerY
rotate: 94
radiusX: 15
radiusY: 5
},
SolarFlare {
centerX: bind centerX
centerY: bind centerY
rotate: 185
radiusX: 15
radiusY: 5
},
SolarFlare {
centerX: bind centerX
centerY: bind centerY
rotate: 225
radiusX: 10
radiusY: 3
},
SolarFlare {
centerX: bind centerX
centerY: bind centerY
rotate: 275
radiusX: 5
radiusY: 3
},
]
};
}
}
Search WWH ::




Custom Search