프로퍼티 | 타입 | 설명 | |
---|---|---|---|
menuItem | string | ||
priority | int | ||
validate | bool |
메소드 | 설명 | |
---|---|---|
ContextMenu ( string itemName ) : System |
Adds the function to the context menu of the component.
|
|
ContextMenu ( string itemName, bool isValidateFunction ) : System |
Adds the function to the context menu of the component.
|
|
ContextMenu ( string itemName, bool isValidateFunction, int priority ) : System |
Adds the function to the context menu of the component.
|
public ContextMenu ( string itemName ) : System | ||
itemName | string | The name of the context menu item. |
리턴 | System |
public ContextMenu ( string itemName, bool isValidateFunction ) : System | ||
itemName | string | The name of the context menu item. |
isValidateFunction | bool | Whether this is a validate function (defaults to false). |
리턴 | System |
public ContextMenu ( string itemName, bool isValidateFunction, int priority ) : System | ||
itemName | string | The name of the context menu item. |
isValidateFunction | bool | Whether this is a validate function (defaults to false). |
priority | int | Priority used to override the ordering of the menu items (defaults to 1000000). The lower the number the earlier in the menu it will appear. |
리턴 | System |