Tanoda
|
Go to the source code of this file.
Classes | |
class | TypeReferences.ClassTypeConstraintAttribute |
Base class for class selection constraints that can be applied when selecting a ClassTypeReference with the Unity inspector. More... | |
class | TypeReferences.ClassExtendsAttribute |
Constraint that allows selection of classes that extend a specific class when selecting a ClassTypeReference with the Unity inspector. More... | |
class | TypeReferences.ClassImplementsAttribute |
Constraint that allows selection of classes that implement a specific interface when selecting a ClassTypeReference with the Unity inspector. More... | |
Namespaces | |
namespace | TypeReferences |
Enumerations | |
enum | TypeReferences.ClassGrouping { TypeReferences.None , TypeReferences.ByNamespace , TypeReferences.ByNamespaceFlat , TypeReferences.ByAddComponentMenu } |
Indicates how selectable classes should be collated in drop-down menu. More... | |