Click or drag to resize
Terrarium.Sdk.Interfaces Namespace

[Missing <summary> documentation for "N:Terrarium.Sdk.Interfaces"]

Interfaces
  InterfaceDescription
Public interfaceIAnimalSpecies

Species information properties that are applicable only to animals and that should be made available to developers. Use this to find out general information about a particular animal species' capabilities.

Public interfaceIAnimalWorldBoundary
This class represents an Animal's view of the world. An interface is used because the creature needs something to link against, while the actual object exists within the Terrarium Client executable.
Public interfaceIOrganismWorldBoundary
Represents the view available to an organism.
Public interfaceISpecies

This interface holds all species related information that is common to both plants and animals. Creature developers can access all of this information by using the Species property of an OrganismState object.

All species information is immutable. A creature's species represents its basic capabilities such as the mature size, time between growth spurts, and the life span.