AntennaPosition Enumeration |
Provides the various positions that the LeftAntenna and RightAntenna may be in. Values outside of the allowable range are thrown away and will always default to AntennaPosition.Left.
Namespace: Terrarium.Sdk.Enumerations
Member name | Value | Description | |
---|---|---|---|
Left | 0 | The Antenna will be facing Left, this demonstrates a numeric value of 0 when using the AntennaValue property of AntennaState. | |
Right | 1 | The Antenna will be facing Right, this demonstrates a numeric value of 1 when using the AntennaValue property of AntennaState. | |
Top | 2 | The Antenna will be facing Up, this demonstrates a numeric value of 2 when using the AntennaValue property of AntennaState. | |
Bottom | 3 | The Antenna will be facing Down, this demonstrates a numeric value of 3 when using the AntennaValue property of AntennaState. | |
UpperLeft | 4 | The Antenna will be facing to the Upper Left, this demonstrates a numeric value of 4 when using the AntennaValue property of AntennaState. | |
UpperRight | 5 | The Antenna will be facing to the Upper Right, this demonstrates a numeric value of 5 when using the AntennaValue property of AntennaState. | |
BottomLeft | 6 | The Antenna will be facing to the Bottom Left, this demonstrates a numeric value of 6 when using the AntennaValue property of AntennaState. | |
BottomRight | 7 | The Antenna will be facing to the Bottom Right, this demonstrates a numeric value of 7 when using the AntennaValue property of AntennaState. | |
Forward | 8 | The Antenna will be facing Forward, this demonstrates a numeric value of 8 when using the AntennaValue property of AntennaState. | |
Backward | 9 | The Antenna will be facing Backward, this demonstrates a numeric value of 9 when using the AntennaValue property of AntennaState. |