mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:22:56 +08:00
Add simple xmldoc to TransferBlueprintFor
method
This commit is contained in:
parent
55cc533a37
commit
ed957df162
@ -84,6 +84,11 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
base.AddBlueprintFor(item);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Invoked when a <see cref="HitObject"/> has been transferred to another <see cref="DrawableHitObject"/>.
|
||||
/// </summary>
|
||||
/// <param name="hitObject">The hit object which has been assigned to a new drawable.</param>
|
||||
/// <param name="drawableObject">The new drawable that is representing the hit object.</param>
|
||||
protected virtual void TransferBlueprintFor(HitObject hitObject, DrawableHitObject drawableObject)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user