Click or drag to resize
ISpeciesMatureRadius Property

The maximum radius that a creature can achieve once they are fully matured. Once a creature has fully matured they may perform additional actions such as reproduction, while others actions cease such as growth.

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

Return Value

Type: Int32
System.Int32 representing the radius of the creature when fully mature.
See Also