Fix TargetViewOffset from textboxes to be hidden

This commit is contained in:
Wojtek Figat
2021-10-14 11:26:13 +02:00
parent ea05fa8f69
commit b17332c5ba

View File

@@ -246,7 +246,7 @@ namespace FlaxEngine.GUI
/// <summary>
/// Gets or sets the target view offset (text scrolling offset).
/// </summary>
[NoAnimate, NoSerialize]
[NoAnimate, NoSerialize, HideInEditor]
public Vector2 TargetViewOffset
{
get => _targetViewOffset;