C# 클래스 Rotorz.Games.UnityEditorExtensions.EditorMenuSeparatorEntry

An EditorMenu entry that describes a separator.
상속: Rotorz.Games.UnityEditorExtensions.EditorMenuEntry
파일 보기 프로젝트 열기: youarebritish/FoxKit 1 사용 예제들

공개 메소드들

메소드 설명
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.