Click or drag to resize
MoveToActionMovementVector Property

A MovementVector object representing the current speed and destination that was passed to the BeginMoving method.

Namespace: Terrarium.Sdk.Classes.Actions
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public MovementVector MovementVector { get; }

Return Value

Type: MovementVector
MovementVector object representing your creature's destination and speed.
See Also