Rename OverridesClosestAnchor to UsesFixedAnchor

This commit is contained in:
Robin Avery
2021-06-08 08:22:35 -04:00
parent 65f594f860
commit dc50ae40b9
15 changed files with 22 additions and 22 deletions

View File

@ -17,8 +17,8 @@ namespace osu.Game.Skinning
/// <summary>
/// <see langword="false"/> if this <see cref="ISkinnableDrawable"/>'s <see cref="Drawable.Anchor"/> is automatically determined by proximity,
/// <see langword="true"/> if the user has overridden it.
/// <see langword="true"/> if the user has chosen a fixed anchor point.
/// </summary>
bool OverridesClosestAnchor { get; set; }
bool UsesFixedAnchor { get; set; }
}
}