label | Label with text and tool-tip to be displayed next to the TypePopup control. |
currentSelection | The currently selected type. If this value is not in the pop-up list, selection will be reset to the first item on the list. |
onlyDecendantsOf | Limits the types displayed in the pop-up list: Only items descended from this type will be included. Passing null will generate a pop-up of ALL types, which is probably too longer for a unity Pop-up control. |
casheListRef | A reference to the generated list is provided via this out parameter. It may be stored,copied or ignored. |
useFullName | When true the full name, which includes the namespace, will be displayed. Otherwise only the name of the class will be displayed. |