UsoUIElements 0.1.0
Data Centric implimentation of Unity's UI Elements (UI Toolkit)
Loading...
Searching...
No Matches
GWG.UsoUIElements.Editor.PrefabAssetEditor Class Reference

Custom editor for the PrefabAsset ScriptableObject type.1. More...

Inheritance diagram for GWG.UsoUIElements.Editor.PrefabAssetEditor:

Public Member Functions

override VisualElement CreateInspectorGUI ()
 Creates the inspector GUI for the PrefabAsset custom editor.

Private Attributes

VisualTreeAsset m_VisualTree

Detailed Description

Custom editor for the PrefabAsset ScriptableObject type.1.

Member Function Documentation

◆ CreateInspectorGUI()

override VisualElement GWG.UsoUIElements.Editor.PrefabAssetEditor.CreateInspectorGUI ( )

Creates the inspector GUI for the PrefabAsset custom editor.

Returns
The VisualElement tree representing the PrefabAsset inspector UI.

Member Data Documentation

◆ m_VisualTree

VisualTreeAsset GWG.UsoUIElements.Editor.PrefabAssetEditor.m_VisualTree
private