Experimental: this API is experimental and might be changed or removed in the future.

ISpriteEditor.GetMainVisualContainer

切换到手册
public Experimental.UIElements.VisualElement GetMainVisualContainer ();

返回

VisualElement 主视图的根 VisualElement。

描述

返回 VisualElement(用于将子 VisualElement 附加到 ISpriteEditor 的主视图上)。

此方法返回 SpriteEditorModuleBase 的根 VisualElement(为其 UI 使用的是 UIElement 而不是 IMGUI)。添加到此容器的 VisualElementSpriteEditorModuleBase.DoPostGUI 具有相同的绘制顺序。