8000 updated the comment for getLocalBounds() in the typescript definitions. · ITCSsDeveloper/phaser@a3502eb · GitHub
Skip to content

Commit a3502eb

Browse files
committed
updated the comment for getLocalBounds() in the typescript definitions.
1 parent 7b4d6a6 commit a3502eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/pixi.comments.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ declare module PIXI {
901901
getChildIndex(child: DisplayObject): number;
902902

903903
/**
904-
* Retrieves the non-global local bounds of the displayObjectContainer as a rectangle. The calculation takes all visible children into consideration.
904+
* Retrieves the non-global local bounds of the displayObjectContainer as a rectangle without any transformations. The calculation takes all visible children into consideration.
905905
* @return The rectangular bounding area
906906
*/
907907
getLocalBounds(): Rectangle;

0 commit comments

Comments
 (0)