Click or drag to resize
OrganismStateIsMature Property

Determines if the creature is mature by comparing the current Radius to the Radius it will have when mature.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool IsMature { get; }

Return Value

Type: Boolean
True if the creature is mature, False otherwise.
See Also