mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 17:19:56 +08:00
Add xmldoc to SnapType
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user