Add label/button text to string convertion for better debugging
This commit is contained in:
@@ -344,5 +344,11 @@ namespace FlaxEngine.GUI
|
||||
|
||||
base.PerformLayoutBeforeChildren();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{GetType()}, '{ConvertedText()}'";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user