Skip to content

Commit ea6d980

Browse files
authored
add since tags to pad methods
1 parent e3d4254 commit ea6d980

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

flixel/math/FlxRect.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ class FlxRect implements IFlxPooled
554554
* **Note:** Negative numbers will shrink the edge.
555555
*
556556
* @param amount The amount to extend the left, top, right and bottom edges
557+
* @since 6.2.0
557558
*/
558559
overload public inline extern function pad(amount:Float)
559560
{
@@ -568,6 +569,7 @@ class FlxRect implements IFlxPooled
568569
*
569570
* @param leftAndRight The amount to extend both the left and right
570571
* @param topAndBottom The amount to extend both the top and bottom
572+
* @since 6.2.0
571573
*/
572574
overload public inline extern function pad(leftAndRight:Float, topAndBottom:Float)
573575
{
@@ -585,6 +587,7 @@ class FlxRect implements IFlxPooled
585587
* @param top The amount to extend the top
586588
* @param right The amount to extend the right
587589
* @param bottom The amount to extend the bottom
590+
* @since 6.2.0
588591
*/
589592
overload public inline extern function pad(left:Float, top:Float, right:Float, bottom:Float)
590593
{

0 commit comments

Comments
 (0)