Enum MenuAttribute.Members
- Namespace
- Nautilus.Options.Attributes
- Assembly
- Nautilus.dll
Specifies which members of the ConfigFile will be parsed and added to the menu.
public enum MenuAttribute.Members
- Extension Methods
Fields
Explicit = 0
- Only public members decorated with a ModOptionAttribute derivative such as SliderAttribute, ChoiceAttribute etc. will be processed.
Implicit = 1
- All public members will be processed, and where they are not decorated, a default attribute will be generated for them.