getRect(out) → {Phaser.Rectangle}
Returns a Rectangle set to the dimensions of this Frame.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
out | Phaser.Rectangle | <optional> | A rectangle to copy the frame dimensions to. |
Returns
A rectangle.
- Source code: animation/Frame.js (Line 206)
Please login to continue.