AntennaState Constructor |
Name | Description | |
---|---|---|
![]() | AntennaState(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. |
![]() | AntennaState(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; |