Show Json Asset Type on ToolStrip of Json Asset Window.
This commit is contained in:
@@ -136,6 +136,17 @@ namespace FlaxEditor.Windows.Assets
|
||||
}
|
||||
}
|
||||
_presenter.Select(_object);
|
||||
|
||||
var typeText = new Label
|
||||
{
|
||||
Text = $"Type: {Asset.DataTypeName}",
|
||||
AnchorPreset = AnchorPresets.TopRight,
|
||||
AutoWidth = true,
|
||||
Parent = this,
|
||||
};
|
||||
typeText.LocalX += -(typeText.Width + 4);
|
||||
typeText.LocalY += (_toolstrip.Height - typeText.Height) * 0.5f;
|
||||
|
||||
_undo.Clear();
|
||||
ClearEditedFlag();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user