Photon Fusion 2.1.1

ExpandableEnumAttribute Class Reference

Editor attribute that shows an enum as an expandable list of options in the inspector. More...

Inherits DrawerPropertyAttribute.

Properties

bool AlwaysExpanded = false [get, set]
 Always expand the enum in the inspector (no foldout).
bool ShowFlagsButtons = true [get, set]
 Show the enum flags as buttons in the inspector.
bool ShowInlineHelp = false [get, set]
 Show inline help for enum values in the inspector.
Properties inherited from PropertyAttribute
new bool applyToCollection [get]

Additional Inherited Members

Public Member Functions inherited from PropertyAttribute
 PropertyAttribute (bool applyToCollection=false)
Protected Member Functions inherited from DrawerPropertyAttribute
 DrawerPropertyAttribute (bool applyToCollection=false)

Detailed Description

Editor attribute that shows an enum as an expandable list of options in the inspector.