1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 13:07:24 +08:00

Add xmldoc to SnapType

This commit is contained in:
OliBomby 2024-10-03 11:16:37 +02:00
parent 80dffa905a
commit 2c39ecbda3

View File

@ -71,6 +71,9 @@ namespace osu.Game.Rulesets.Edit
PlacementActive = PlacementState.Finished;
}
/// <summary>
/// Determines which objects to snap to for the snap result in <see cref="UpdateTimeAndPosition"/>.
/// </summary>
public virtual SnapType SnapType => SnapType.All;
/// <summary>