File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments