Fix ScalableContainer irrepairably altering content size

This commit is contained in:
smoogipoo
2018-04-02 13:04:47 +09:00
parent cc70f7182a
commit 551ba6ac4b
6 changed files with 38 additions and 25 deletions

View File

@ -13,9 +13,9 @@ namespace osu.Game.Input.Handlers
public abstract class ReplayInputHandler : InputHandler
{
/// <summary>
/// A function provided to convert replay coordinates from gamefield to screen space.
/// A function that converts coordinates from gamefield to screen space.
/// </summary>
public Func<Vector2, Vector2> ToScreenSpace { protected get; set; }
public Func<Vector2, Vector2> GamefieldToScreenSpace { protected get; set; }
/// <summary>
/// Update the current frame based on an incoming time value.