Terrarium.Sdk.Interfaces Namespace |
[Missing <summary> documentation for "N:Terrarium.Sdk.Interfaces"]
Interface | Description | |
---|---|---|
![]() | IAnimalSpecies | 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. |
![]() | IAnimalWorldBoundary |
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.
|
![]() | IOrganismWorldBoundary |
Represents the view available to an organism.
|
![]() | ISpecies | 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. |