mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Add xmldoc
This commit is contained in:
parent
8a01995668
commit
9f92b3a8ba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user