mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add xmldoc
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user