CommandTypes Enum
Definition
Section titled “Definition”Command type of a ParseCommandBase.
public enum CommandTypesFields
Section titled “Fields”Foreground
Section titled “Foreground”Command should be added to the Foreground stack.
Foreground = 0Background
Section titled “Background”Command should be added to the Background stack.
Background = 1Command should be added to the Glyph stack.
Glyph = 2Mirror
Section titled “Mirror”Command should be added to the Mirror stack.
Mirror = 3Effect
Section titled “Effect”Command should be added to the Effect stack.
Effect = 4Decorator
Section titled “Decorator”Command should be added to the Decorator stack.
Decorator = 5PureCommand
Section titled “PureCommand”Command runs on creation and is not added to anything in ParseCommandStacks.
PureCommand = 6Invalid
Section titled “Invalid”Command is invalid and should not be processed at all.
Invalid = 7