Quantum 3 3.0.14

Public Member Functions | Public Attributes | List of all members
Quantum.MultiTypeReferenceAttribute Class Reference

Adds one object picker per type to the inspector. More...

Inheritance diagram for Quantum.MultiTypeReferenceAttribute:
Quantum.PropertyAttribute

Public Member Functions

 MultiTypeReferenceAttribute (params Type[] types)
 Initializes a new instance. More...
 

Public Attributes

readonly Type[] Types
 Types of objects this field supports. More...
 

Additional Inherited Members

- Properties inherited from Quantum.PropertyAttribute
int order [get, set]
 The order in which the property will be displayed. More...
 

Detailed Description

Adds one object picker per type to the inspector.

Constructor & Destructor Documentation

◆ MultiTypeReferenceAttribute()

Quantum.MultiTypeReferenceAttribute.MultiTypeReferenceAttribute ( params Type[]  types)
inline

Initializes a new instance.

Parameters
typesTypes of objects this field supports.

Member Data Documentation

◆ Types

readonly Type [] Quantum.MultiTypeReferenceAttribute.Types

Types of objects this field supports.