Add context to object referece control to narrow finding actors and scripts

This commit is contained in:
Chandler Cox
2024-09-27 17:49:44 -05:00
parent a4350cdf3f
commit aded4bfdeb
4 changed files with 43 additions and 15 deletions

View File

@@ -264,7 +264,7 @@ namespace FlaxEditor.GUI.Timeline.Tracks
private void OnClickedSelect()
{
ActorSearchPopup.Show(this, PointFromScreen(FlaxEngine.Input.MouseScreenPosition), IsActorValid, SetActor);
ActorSearchPopup.Show(this, PointFromScreen(FlaxEngine.Input.MouseScreenPosition), IsActorValid, SetActor, null);
}
private void OnClickedSelectActor(Image image, MouseButton button)