C# Класс Rotorz.Games.UnityEditorExtensions.EditorMenuSeparatorEntry

An EditorMenu entry that describes a separator.
Наследование: Rotorz.Games.UnityEditorExtensions.EditorMenuEntry
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EditorMenuSeparatorEntry ( string path )

Initializes a new instance of the EditorMenuSeparatorEntry class.

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

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

Initializes a new instance of the EditorMenuSeparatorEntry class.
/// If is null. /// /// If is an invalid full command path. ///
public EditorMenuSeparatorEntry ( string path )
path string Path of the separator.