Fix regression from dff1374378
This commit is contained in:
@@ -49,7 +49,7 @@ namespace FlaxEngine.GUI
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the normalized position in the parent control that the upper left corner is anchored to (range 0-1).
|
/// Gets or sets the normalized position in the parent control that the upper left corner is anchored to (range 0-1).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInEditor]
|
[Serialize, HideInEditor]
|
||||||
public Vector2 AnchorMin
|
public Vector2 AnchorMin
|
||||||
{
|
{
|
||||||
get => _anchorMin;
|
get => _anchorMin;
|
||||||
|
|||||||
Reference in New Issue
Block a user