Click or drag to resize
IAnimalSpeciesEyesightRadius Property

The distance that a creature can see. This is used to determine the amount of area to be evaluated in a call to the Scan method.

Namespace: Terrarium.Sdk.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
int EyesightRadius { get; }

Return Value

Type: Int32
System.Int32 representing the distance a creature can see.
See Also