Click or drag to resize
AntennaStateLeftAntenna Property

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.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AntennaPosition LeftAntenna { get; set; }

Return Value

Type: AntennaPosition
AntennaPosition representing the location of the LeftAntenna
See Also