1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 18:27:26 +08:00

Add xmldoc

This commit is contained in:
smoogipoo 2019-04-17 16:34:53 +09:00
parent 8a01995668
commit 9f92b3a8ba

View File

@ -60,6 +60,9 @@ namespace osu.Game.Graphics.Containers
startPosition = null;
}
/// <summary>
/// Stops the logo assigned in <see cref="StartTracking"/> from tracking the facade's position.
/// </summary>
public void StopTracking()
{
if (Logo != null)