AnimalWorldHeight Property |
The height 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.CreatureAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int WorldHeight { get; }
Public ReadOnly Property WorldHeight As Integer
Get
public:
property int WorldHeight {
int get ();
}
member WorldHeight : int with get
Return Value
Type:
Int32
System.Int32 representing the height of the Terrarium in points/pixels.
See Also