C# Class UnityEngine.AddComponentMenu

Inheritance: Attribute, _Attribute
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
AddComponentMenu ( string menuName ) : System

Add an item in the Component menu.

AddComponentMenu ( string menuName, int order ) : System

Add an item in the Component menu.

Method Details

AddComponentMenu() public méthode

Add an item in the Component menu.

public AddComponentMenu ( string menuName ) : System
menuName string The path to the component.
Résultat System

AddComponentMenu() public méthode

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.
Résultat System