Photon Quantum 3.0.0

Properties | List of all members
Quantum.ExpandableEnumAttribute Class Reference

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

Inheritance diagram for Quantum.ExpandableEnumAttribute:
Quantum.DrawerPropertyAttribute Quantum.PropertyAttribute

Properties

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

Detailed Description

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

Property Documentation

◆ AlwaysExpanded

bool Quantum.ExpandableEnumAttribute.AlwaysExpanded = false
getset

Always expand the enum in the inspector (no foldout)

◆ ShowFlagsButtons

bool Quantum.ExpandableEnumAttribute.ShowFlagsButtons = true
getset

Show the enum flags as buttons in the inspector.

◆ ShowInlineHelp

bool Quantum.ExpandableEnumAttribute.ShowInlineHelp = false
getset

Show inline help for enum values in the inspector.