Rotates each group member around the given point by the given angle.
name | type | description |
---|---|---|
point | Phaser.Types.Math.Vector2Like |
Any object with public |
angle | number |
The angle to rotate by, in radians. |
This Group object.