.$into

Insert a object into a target group

.$into(group)

group <Phaser.Group> Phaser Group to be insert

Example:

var group = craft.$g();

var sprite = craft.$sprite('main')
.$into(group);