AnimalStateAntennas Property |
Provides access to a read-only version of a creature's Antenna. Each Antenna has a specific set of positions that it may be in. Setting states with this information is possible as is passing numeric data.
This property is used to examine the Antenna state of other creatures. If you need to set the states of your own Antenna you should use the Antennas property on the Animal base class.
Namespace: Terrarium.Sdk.Classes.State
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public AntennaState Antennas { get; set; }