OrganismPosition Property |
Each creature is centered in the game world to a specific point. The
Position property can be used to query for this location.
Namespace: Terrarium.Sdk.Classes.CreatureAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Point Position { get; }
Public ReadOnly Property Position As Point
Get
public:
property Point^ Position {
Point^ get ();
}
member Position : Point with get
Return Value
Type:
Point
System.Drawing.Point object initialized to the organisms current
location in the game world.
See Also