Photon Fusion 2.1.1

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.
Public Member Functions inherited from PropertyAttribute
 PropertyAttribute (bool applyToCollection=false)

Properties

bool ShowTypeHelp = true [get, set]
 Gets or sets a value indicating whether to show help for the type.
Properties inherited from PropertyAttribute
new bool applyToCollection [get]

Additional Inherited Members

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

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.