mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Reword xmldoc
This commit is contained in:
@ -16,8 +16,9 @@ namespace osu.Game.Skinning
|
|||||||
bool IsEditable => true;
|
bool IsEditable => true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// <see langword="false"/> if this <see cref="ISkinnableDrawable"/>'s <see cref="Drawable.Anchor"/> is automatically determined by proximity,
|
/// In the context of the skin layout editor, whether this <see cref="ISkinnableDrawable"/> has a permanent anchor defined.
|
||||||
/// <see langword="true"/> if the user has chosen a fixed anchor point.
|
/// If <see langword="false"/>, this <see cref="ISkinnableDrawable"/>'s <see cref="Drawable.Anchor"/> is automatically determined by proximity,
|
||||||
|
/// If <see langword="true"/>, a fixed anchor point has been defined.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
bool UsesFixedAnchor { get; set; }
|
bool UsesFixedAnchor { get; set; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user