Reference elements in origin definition.

This commit is contained in:
Huo Yaoyuan
2019-11-17 20:55:40 +08:00
parent b1b234c6fb
commit b04bca7db6
4 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Graphics.UserInterface
private Color4? iconColour;
/// <summary>
/// The icon colour. This does not affect <see cref="IconButton.Colour"/>.
/// The icon colour. This does not affect <see cref="Drawable.Colour"/>.
/// </summary>
public Color4 IconColour
{
@ -49,7 +49,7 @@ namespace osu.Game.Graphics.UserInterface
}
/// <summary>
/// The icon scale. This does not affect <see cref="IconButton.Scale"/>.
/// The icon scale. This does not affect <see cref="Drawable.Scale"/>.
/// </summary>
public Vector2 IconScale
{