Click or drag to resize
OrganismStateSpecies Property

Describes the characteristics of a creature through the use of the ISpecies interface.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ISpecies Species { get; }

Return Value

Type: ISpecies
ISpecies interface representing the characteristics of the creature.
See Also