mirror of
https://github.com/ppy/osu
synced 2025-01-25 15:23:02 +00:00
Add xmldoc to SnapType
This commit is contained in:
parent
80dffa905a
commit
2c39ecbda3
@ -71,6 +71,9 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
PlacementActive = PlacementState.Finished;
|
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;
|
public virtual SnapType SnapType => SnapType.All;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user