C# Class Rotorz.Games.UnityEditorExtensions.EditorMenuSeparatorEntry

An EditorMenu entry that describes a separator.
Inheritance: Rotorz.Games.UnityEditorExtensions.EditorMenuEntry
Afficher le fichier Open project: youarebritish/FoxKit Class Usage Examples

Méthodes publiques

Méthode Description
EditorMenuSeparatorEntry ( string path )

Initializes a new instance of the EditorMenuSeparatorEntry class.

Method Details

EditorMenuSeparatorEntry() public méthode

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.