Click or drag to resize
OrganismStateActualDirection Property

Determines the direction the creature is moving in degrees. This along with Speed can be used to calculate where a creature will be in the future.

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

Return Value

Type: Int32
System.Int32 representing the direction the creature is moving in degrees.
See Also