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