diff --git a/osu.Game/Graphics/Containers/ScalingContainer.cs b/osu.Game/Graphics/Containers/ScalingContainer.cs
index 248bb8ca1f..d331b818a1 100644
--- a/osu.Game/Graphics/Containers/ScalingContainer.cs
+++ b/osu.Game/Graphics/Containers/ScalingContainer.cs
@@ -45,6 +45,8 @@ namespace osu.Game.Graphics.Containers
///
/// Set a custom position and scale which overrides any user specification.
///
+ /// A rectangle with positional and sizing information for this container to conform to. null will clear the custom rect and revert to user settings.
+ /// Whether the position portion of the provided rect is in relative coordinate space or not.
public void SetCustomRect(RectangleF? rect, bool relativePosition = false)
{
customRect = rect;