Click or drag to resize
AntennaState Properties

The AntennaState type exposes the following members.

Properties
  NameDescription
Public propertyAntennaValue

Used to get a numeric value between 0 and 99 that represents the AntennaPosition of both the LeftAntenna and RightAntenna. You can also set the position of both Antenna by specifying a new value between 0 and 99 if the AntennaState is not set to immutable. By default the AntennaState located on the Animal class is never marked immutable, and the AntennaState located on the AnimalState class is always immutable.

You may also set each of the Antenna separately rather than using this special value that represents both Antenna numerically.

Public propertyLeftAntenna

Used to get the position of the LeftAntenna. You can also set the position of the LeftAntenna if the AntennaState is not set to immutable. By default the AntennaState located on the Animal class is never marked immutable, and the AntennaState located on the AnimalState class is always immutable.

You may also use the AntennaValue property if you are just trying to pass simple numbers or are organizing a state machine that has more than 10 specific states.

Public propertyRightAntenna

Used to get the position of the RightAntenna. You can also set the position of the RightAntenna if the AntennaState is not set to immutable. By default the AntennaState located on the Animal class is never marked immutable, and the AntennaState located on the AnimalState class is always immutable.

You may also use the AntennaValue property if you are just trying to pass simple numbers or are organizing a state machine that has more than 10 specific states.

Top
See Also