C# Class Borodar.ReorderableList.GenericElementAdderMenu

Inheritance: IElementAdderMenu
Afficher le fichier Open project: PhannGor/unity3d-rainbow-folders Class Usage Examples

Méthodes publiques

Méthode Description
AddDisabledItem ( GUIContent content ) : void
AddItem ( GUIContent content, GenericMenu handler ) : void
AddSeparator ( string path = "" ) : void
DropDown ( Rect position ) : void
GenericElementAdderMenu ( ) : UnityEditor

Method Details

AddDisabledItem() public méthode

public AddDisabledItem ( GUIContent content ) : void
content UnityEngine.GUIContent
Résultat void

AddItem() public méthode

public AddItem ( GUIContent content, GenericMenu handler ) : void
content UnityEngine.GUIContent
handler UnityEditor.GenericMenu
Résultat void

AddSeparator() public méthode

public AddSeparator ( string path = "" ) : void
path string
Résultat void

DropDown() public méthode

public DropDown ( Rect position ) : void
position UnityEngine.Rect
Résultat void

GenericElementAdderMenu() public méthode

public GenericElementAdderMenu ( ) : UnityEditor
Résultat UnityEditor