Photon Fusion 2.0.3

Public Member Functions | Properties | List of all members
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...

Inherits DecoratingPropertyAttribute.

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 DecoratingPropertyAttribute
const int DefaultOrder = -10000
 The default order of the attribute. More...
 
- Protected Member Functions inherited from 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()

Initializes a new instance of the InlineHelpAttribute class.

Property Documentation

◆ ShowTypeHelp

bool ShowTypeHelp = true
getset

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