Click or drag to resize
IOrganismWorldBoundary Interface
Represents the view available to an organism.

Namespace: Terrarium.Sdk.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface IOrganismWorldBoundary

The IOrganismWorldBoundary type exposes the following members.

Properties
  NameDescription
Public propertyCurrentOrganismState
Gets the most up to date state object for the current creature.
Public propertyID
Retrieves the organism ID representing your creature within the world.
Public propertyWorldHeight
Returns the height of the world in game units (pixels).
Public propertyWorldWidth
Returns the width of the world in game units (pixels);
Top
See Also