C# Класс UnityEditor.UI.SelfControllerEditor

Base class for custom editors that are for components that implement the SelfControllerEditor interface.

Наследование: UnityEditor.Editor
Показать файл Открыть проект

Открытые методы

Метод Описание
OnInspectorGUI ( ) : void

See Editor.OnInspectorGUI.

Описание методов

OnInspectorGUI() публичный Метод

See Editor.OnInspectorGUI.

public OnInspectorGUI ( ) : void
Результат void