Click or drag to resize
AntennaState Constructor
Overload List
  NameDescription
Public methodAntennaState(AntennaState)

Constructs a new AntennaState given the initial values from a pre-existing AntennaState. This effectively makes a copy without making the new state immutable. This can be used to copy states from another creature and then modified slightly.

Public methodAntennaState(AntennaPosition, AntennaPosition)

Constructs a new AntennaState given the initial values for the LeftAntenna and RightAntenna. If the values are not within the ranged allowed by the AntennaState they will be defaulted to AntennaPosition.Left;

Top
See Also