Add Apply() method for applying new DHOs

This commit is contained in:
smoogipoo
2021-05-18 14:14:10 +09:00
parent f1f3606fd0
commit e621cfc4ea
5 changed files with 44 additions and 10 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Tests.Visual
{
Add(blueprint.With(d =>
{
d.DrawableObject = drawableObject;
d.Apply(drawableObject);
d.Depth = float.MinValue;
d.Select();
}));