File tree Expand file tree Collapse file tree
src/gameobjects/bitmaptext Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232/**
3333 * Calculate the position, width and height of a BitmapText Game Object.
34- *
34+ *
3535 * Returns a BitmapTextSize object that contains global and local variants of the Game Objects x and y coordinates and
3636 * its width and height.
3737 *
4343 * @since 3.0.0
4444 * @private
4545 *
46- * @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText) } src - The BitmapText object to inspect .
46+ * @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText) } src - The BitmapText to calculate the position, width and height of .
4747 * @param {boolean } round - Whether to round the results to the nearest integer.
48- * @return {BitmapTextSize } The calculated
48+ * @return {BitmapTextSize } The calculated position, width and height of the BitmapText.
4949 */
5050var GetBitmapTextSize = function ( src , round )
5151{
You can’t perform that action at this time.
0 commit comments