C# 클래스 UnityEngine.AddComponentMenu

상속: Attribute, _Attribute
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
AddComponentMenu ( string menuName ) : System

Add an item in the Component menu.

AddComponentMenu ( string menuName, int order ) : System

Add an item in the Component menu.

메소드 상세

AddComponentMenu() 공개 메소드

Add an item in the Component menu.

public AddComponentMenu ( string menuName ) : System
menuName string The path to the component.
리턴 System

AddComponentMenu() 공개 메소드

Add an item in the Component menu.

public AddComponentMenu ( string menuName, int order ) : System
menuName string The path to the component.
order int Where in the component menu to add the new item.
리턴 System