Determines the plane used for a key definition.
[C#]
public enum PLANES {}
Name | Description |
---|---|
Normal = 0 | Represents the Normal plane. Neither Orange nor Green are selected. |
Orange = 1 | Represents the Orange plane (selected by the Orange key on the keypad). |
Green = 2 | Represents the Green plane (selected by the Green key on the keypad). |