Photon Fusion
2.0.9
Attribute used to show a type picker for a field with [SerializeReference]. More...
Inherits DecoratingPropertyAttribute.
Public Member Functions | |
| SerializeReferenceTypePickerAttribute (params Type[] types) | |
| Initializes a new instance of the SerializeReferenceTypePickerAttribute class. More... | |
Public Attributes | |
| bool | GroupTypesByNamespace = true |
| Should the types be grouped by namespace? More... | |
| bool | ShowFullName = false |
| Should the full name be shown? More... | |
Properties | |
| Type[] | Types [get] |
| Gets the types to be picked. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from DecoratingPropertyAttribute | |
| const int | DefaultOrder = -10000 |
| The default order of the attribute. More... | |
Protected Member Functions inherited from DecoratingPropertyAttribute | |
| DecoratingPropertyAttribute (bool applyToCollection=false) | |
| Initializes a new instance with the default order. More... | |
| DecoratingPropertyAttribute (int order, bool applyToCollection=false) | |
| Initializes a new instance with the specified order. More... | |
Attribute used to show a type picker for a field with [SerializeReference].
| SerializeReferenceTypePickerAttribute | ( | params Type[] | types | ) |
Initializes a new instance of the SerializeReferenceTypePickerAttribute class.
| types | The types to be picked. |
| bool GroupTypesByNamespace = true |
Should the types be grouped by namespace?
| bool ShowFullName = false |
Should the full name be shown?
|
get |
Gets the types to be picked.