Click or drag to resize
AnimalWorldWidth Property

The width of the world in single points/pixels. Use this to make sure you don't try to move outside of the bounds of the Terrarium and to help manage your creature's population size/density.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public int WorldWidth { get; }

Return Value

Type: Int32
System.Int32 representing the width of the Terrarium in points/pixels.
See Also