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.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int ActualDirection { get; }
Public ReadOnly Property ActualDirection As Integer
Get
public:
property int ActualDirection {
int get ();
}
member ActualDirection : int with get
Return Value
Type:
Int32
System.Int32 representing the direction the creature is moving in degrees.
See Also