Add object track type tooltip
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using FlaxEditor.CustomEditors;
|
||||
using FlaxEditor.GUI.ContextMenu;
|
||||
using FlaxEditor.GUI.Timeline.Undo;
|
||||
using FlaxEditor.SceneGraph;
|
||||
|
||||
@@ -100,6 +100,7 @@ namespace FlaxEditor.GUI.Timeline.Tracks
|
||||
/// <param name="obj">The object.</param>
|
||||
protected virtual void OnObjectExistenceChanged(object obj)
|
||||
{
|
||||
TooltipText = obj != null ? Editor.Instance.CodeDocs.GetTooltip(obj.GetType()) : "null";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user