Photon Quantum 3.0.0

Public Member Functions | Properties | List of all members
Quantum.InlineHelpAttribute Class Reference

If applied to a field, checks if there is a help text for the field or the field's type and shows it in the inspector. More...

Inheritance diagram for Quantum.InlineHelpAttribute:
Quantum.DecoratingPropertyAttribute Quantum.PropertyAttribute

Public Member Functions

 InlineHelpAttribute ()
 Initializes a new instance of the InlineHelpAttribute class. More...
 

Properties

bool ShowTypeHelp = true [get, set]
 Gets or sets a value indicating whether to show help for the type. More...
 

Additional Inherited Members

- Static Public Attributes inherited from Quantum.DecoratingPropertyAttribute
const int DefaultOrder = -10000
 The default order of the attribute. More...
 
- Protected Member Functions inherited from Quantum.DecoratingPropertyAttribute
 DecoratingPropertyAttribute ()
 Initializes a new instance with the default order. More...
 
 DecoratingPropertyAttribute (int order)
 Initializes a new instance with the specified order. More...
 

Detailed Description

If applied to a field, checks if there is a help text for the field or the field's type and shows it in the inspector.

Constructor & Destructor Documentation

◆ InlineHelpAttribute()

Quantum.InlineHelpAttribute.InlineHelpAttribute ( )
inline

Initializes a new instance of the InlineHelpAttribute class.

Property Documentation

◆ ShowTypeHelp

bool Quantum.InlineHelpAttribute.ShowTypeHelp = true
getset

Gets or sets a value indicating whether to show help for the type.